Added VSCode back, additional small changes

This commit is contained in:
2025-09-18 09:35:45 -04:00
parent fec0c2a09f
commit 90a3875a90
7 changed files with 101 additions and 19 deletions

View File

@@ -23,7 +23,8 @@ in
"credentials=${config.age.secrets.eclypsecloud-eclypse.path}"
"uid=${toString config.users.users.eclypse.uid}"
"rw"
] ++ automount_opts;
]
++ automount_opts;
};
"/mnt/Music" = {
device = "//100.78.212.35/music";
@@ -32,9 +33,10 @@ in
"credentials=${config.age.secrets.eclypsecloud-eclypse.path}"
"uid=${toString config.users.users.eclypse.uid}"
"rw"
] ++ automount_opts;
]
++ automount_opts;
};
};
environment.systemPackages = with pkgs; [ cifs-utils ];
}
}

View File

@@ -36,6 +36,7 @@
systemPackages = with pkgs; [
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
git
sshfs
# (catppuccin-sddm.override {
# flavor = "mocha";
# accent = "pink";

View File

@@ -23,7 +23,7 @@
programs.home-manager.enable = true;
};
backupFileExtension = "backup3";
backupFileExtension = "backup5";
};
users.mutableUsers = false;