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
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
This commit is contained in:
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user