@@ -27,6 +27,7 @@
|
||||
../common/system/configs/neovim
|
||||
../common/system/configs/networking
|
||||
../common/system/configs/nix
|
||||
../common/system/configs/nix-cleanup
|
||||
../common/system/configs/nix-ld
|
||||
../common/system/configs/nixpkgs
|
||||
../common/system/configs/ntp
|
||||
@@ -45,8 +46,7 @@
|
||||
../common/system/configs/users
|
||||
../common/system/configs/wget
|
||||
../common/system/configs/zsh
|
||||
../common/system/scripts/cleanup
|
||||
./users/nick.nix
|
||||
./users/nick
|
||||
];
|
||||
|
||||
networking.hostName = "eirene";
|
||||
@@ -128,7 +128,7 @@
|
||||
|
||||
powerManagement.enable = true;
|
||||
|
||||
systemd.services.powertop.postStart = builtins.readFile ./scripts/mouse.sh;
|
||||
systemd.services.powertop.postStart = builtins.readFile ./system/scripts/mouse.sh;
|
||||
|
||||
services = {
|
||||
xserver.videoDrivers = [ "nvidia" ];
|
||||
@@ -170,7 +170,7 @@
|
||||
};
|
||||
|
||||
programs = {
|
||||
zsh.loginExtra = lib.mkBefore (builtins.readFile ./scripts/card.sh);
|
||||
zsh.loginExtra = lib.mkBefore (builtins.readFile ./system/scripts/card.sh);
|
||||
|
||||
# VSCode does not play well with fractional scaling
|
||||
vscode.userSettings."window.zoomLevel" = (1.25 - 1) / 0.2;
|
||||
@@ -188,9 +188,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
theme = {
|
||||
cursor.size = 24;
|
||||
};
|
||||
theme.cursor.size = 24;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user