1771993415
This commit is contained in:
@@ -7,7 +7,7 @@ let
|
||||
./home/session.nix
|
||||
./home/packages.nix
|
||||
./home/git.nix
|
||||
./home/cosmic.nix
|
||||
./home/gnome.nix
|
||||
./home/cli.nix
|
||||
./home/librewolf.nix
|
||||
./home/zed.nix
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -6,6 +6,8 @@
|
||||
color-scheme = "prefer-dark";
|
||||
accent-color = "pink";
|
||||
clock-show-weekday = true;
|
||||
clock-show-date = true;
|
||||
clock-format = "12h";
|
||||
};
|
||||
|
||||
"org/gnome/system/location" = {
|
||||
|
||||
Reference in New Issue
Block a user