Redid setup

This commit is contained in:
Weckyy702
2026-01-14 00:14:24 +01:00
parent 7fd9d83ce1
commit a561aa45e9
7 changed files with 379 additions and 4 deletions

View File

@@ -58,9 +58,10 @@
vim
wget
git
kitty
hyprpaper
cifs-utils # required for network mounting the NAS
];
programs.firefox.enable = true;
programs.hyprland = {
enable = true;
@@ -87,6 +88,24 @@
shell = pkgs.zsh;
};
## NAS Mount
fileSystems."/mnt/nas" = {
device = "//duke.veltnet/smb-share";
fsType = "cifs";
options = [
"x-systemd.automount"
"noauto"
"user,users"
"uid=1000"
"gid=100"
"credentials=/etc/nixos/secrets/nas-share.creds"
];
};
# required for zsh completion
environment.pathsToLink = [ "/share/zsh" ];
# List services that you want to enable: