1771993415

This commit is contained in:
2026-02-24 21:23:35 -07:00
parent 9167ad2b6d
commit d11a98e0e4
3 changed files with 3 additions and 50 deletions

View File

@@ -7,7 +7,7 @@ let
./home/session.nix ./home/session.nix
./home/packages.nix ./home/packages.nix
./home/git.nix ./home/git.nix
./home/cosmic.nix ./home/gnome.nix
./home/cli.nix ./home/cli.nix
./home/librewolf.nix ./home/librewolf.nix
./home/zed.nix ./home/zed.nix

View File

@@ -1,49 +0,0 @@
{ config, ... }:
{
dconf.settings = {
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
accent-color = "pink";
icon-theme = "Cosmic";
clock-show-weekday = true;
clock-show-date = true;
clock-format = "12h";
};
"org/gnome/desktop/wm/preferences" = {
button-layout = "appmenu:minimize,maximize,close";
};
"org/gnome/desktop/background" = {
picture-uri = "file://${config.home.homeDirectory}/Assets/wallpapers/sound.png";
picture-uri-dark = "file://${config.home.homeDirectory}/Assets/wallpapers/sound.png";
picture-options = "zoom";
};
"org/gnome/desktop/peripherals/mouse" = {
accel-profile = "flat";
};
"org/gnome/settings-daemon/plugins/media-keys" = {
custom-keybindings = [
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/"
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/"
];
};
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
name = "Open Browser";
binding = "<Super>b";
command = "librewolf";
};
# Super+E -> Open File Manager
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1" = {
name = "Open File Manager";
binding = "<Super>e";
command = "nautilus";
};
};
}

View File

@@ -6,6 +6,8 @@
color-scheme = "prefer-dark"; color-scheme = "prefer-dark";
accent-color = "pink"; accent-color = "pink";
clock-show-weekday = true; clock-show-weekday = true;
clock-show-date = true;
clock-format = "12h";
}; };
"org/gnome/system/location" = { "org/gnome/system/location" = {