Add hyprland for personal PC, disable auto upgrade due to slow starts
This commit is contained in:
parent
b725a4edef
commit
6212336a85
|
@ -8,6 +8,7 @@ in
|
||||||
./common.nix
|
./common.nix
|
||||||
./locales/en_GB.nix
|
./locales/en_GB.nix
|
||||||
./desktop/plasma.nix
|
./desktop/plasma.nix
|
||||||
|
./desktop/hyprland.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "Vanguard"; # Define your hostname.
|
networking.hostName = "Vanguard"; # Define your hostname.
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = false;
|
||||||
allowReboot = false;
|
allowReboot = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../desktop
|
../../desktop
|
||||||
|
../../desktop/wayland/hyprland.nix
|
||||||
|
|
||||||
../../env/fonts/firacode.nix
|
../../env/fonts/firacode.nix
|
||||||
../../env/shell/bash.nix
|
../../env/shell/bash.nix
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
source=~/.config/hypr/hyprland.conf
|
source=~/.config/hypr/hyprland.conf
|
||||||
|
|
||||||
device:logitech-usb-receiver-mouse {
|
|
||||||
left_handed = yes
|
|
||||||
}
|
|
||||||
|
|
||||||
misc {
|
misc {
|
||||||
vrr = 2
|
vrr = 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue