Add elara

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-12-18 20:57:26 +00:00
parent f96a5c7776
commit e23e71560f
48 changed files with 655 additions and 246 deletions

View File

@@ -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;
}
];
}