update to 24.11
This commit is contained in:
parent
1ec2134221
commit
5f23444535
8 changed files with 43 additions and 32 deletions
7
home.nix
7
home.nix
|
|
@ -26,6 +26,7 @@
|
|||
go-mtpfs
|
||||
xdg-utils
|
||||
davfs2
|
||||
sshfs
|
||||
];
|
||||
|
||||
|
||||
|
|
@ -136,7 +137,7 @@
|
|||
XDG_SESSION_TYPE = "wayland";
|
||||
XDG_SESSION_DESKTOP = "Hyprland";
|
||||
QT_AUTO_SCREEN_SCALE_FACTOR = "1";
|
||||
WLR_NO_HARDWARE_CURSORS = "1";
|
||||
WLR_NO_HARDWARE_CURSORS = "0";
|
||||
XCURSOR_SIZE = "24";
|
||||
} // (if variant == "allegro" then { TMPDIR = "/home/${username}/tmp"; } else {});
|
||||
|
||||
|
|
@ -179,7 +180,7 @@
|
|||
|
||||
|
||||
services.gnome-keyring.enable = true;
|
||||
services.syncthing.enable = if variant != "allegro" then false else true;
|
||||
services.kdeconnect.enable = if variant != "allegro" then false else true;
|
||||
services.syncthing.enable = variant != "allegro";
|
||||
services.kdeconnect.enable = variant != "allegro";
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue