Update config

This commit is contained in:
stitchy 2024-02-11 23:37:14 +00:00
parent 9f35c3997a
commit 46c65664f1
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
10 changed files with 748 additions and 0 deletions

View file

@ -50,10 +50,22 @@
#wayland.windowManager.hyprland.enable = true;
xdg.configFile = {
"dunst" = {
source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/hypr";
recursive = true;
};
"eww" = {
source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/eww";
recursive = true;
};
"hypr" = {
source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/hypr";
recursive = true;
};
"swaylock" = {
source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/swaylock";
recursive = true;
};
};
systemd.user.services = {
@ -86,6 +98,12 @@
};
home.pointerCursor = {
name = "phinger-cursors";
package = pkgs.phinger-cursors;
gtk.enable = true;
size = 64;
};
# Read the Docs before change
home.stateVersion = "23.05";