refactor: update SSH configurations and add new key for Menno's 2025 setup
Some checks failed
Nix Format Check / check-format (push) Failing after 37s

This commit is contained in:
2025-01-28 15:16:07 +01:00
parent 79179aaaec
commit 8b51d375e5
13 changed files with 54 additions and 18 deletions

View File

@ -83,13 +83,13 @@
};
};
"homeserver-pc" = home-manager.lib.homeManagerConfiguration {
"mennos-hobbypc" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [ ./home.nix ];
extraSpecialArgs = {
inherit pkgs pkgs-unstable;
isServer = true;
hostname = "homeserver-pc";
hostname = "mennos-hobbypc";
};
};
};

View File

@ -32,16 +32,19 @@
dconf = {
enable = true;
settings = {
# Set nemo as the default file manager and disable desktop icons since this is handled by nemo
"org/gnome/desktop/background" = {
show-desktop-icons = false;
show-desktop-icons = true;
};
"org/gnome/desktop/applications/file-manager" = {
exec = "nemo";
exec = "nautilus";
};
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
font-name = "Hack Nerd Font 11";
monospace-font-name = "Hack Nerd Font Mono 10";
document-font-name = "Hack Nerd Font 11";
};
# Pinned apps