This commit is contained in:
mjallen18
2026-03-26 11:44:59 -05:00
parent aed841d32e
commit 92358d0415
2 changed files with 4 additions and 65 deletions

View File

@@ -20,7 +20,8 @@ in
home.stateVersion = "23.11";
${namespace} = {
desktop.gnome = enabled;
desktop.gnome = disabled;
desktop.plasma = enabled;
programs.hyprland = {
enable = false;
primaryDisplay = "eDP-1";
@@ -137,7 +138,6 @@ in
orca-slicer
vscodium
gnomeExtensions.notch-clock-offset
]);
services = {
@@ -151,32 +151,4 @@ in
password-store = enabled;
};
dconf = {
enable = true;
settings = {
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0".name =
"Keyboard Backlight +";
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0".binding =
"<Super>MonBrightnessUp";
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0".command =
"brightnessctl -d kbd_backlight s +10";
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1".name =
"Keyboard Backlight -";
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1".binding =
"<Super>MonBrightnessDown";
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1".command =
"brightnessctl -d kbd_backlight s 10-";
"org/gnome/shell".enabled-extensions = [
"notch-clock-offset@christophbrill.de"
];
"org/gnome/shell/extensions/notch-clock-offset".percent = 40;
"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/"
];
};
};
}

View File

@@ -65,7 +65,8 @@
enable = false;
wallpaperSource = "bing";
};
gnome.enable = true;
gnome.enable = false;
plasma.enable = true;
};
hardware = {
battery = {
@@ -93,40 +94,6 @@
};
};
specialisation = {
# asahi-fairydust.configuration = import ./specialisations/asahi-fairydust.nix;
"plasma".configuration = {
${namespace} = {
sops.enable = true;
desktop = {
plasma.enable = lib.mkForce true;
hyprland.enable = lib.mkForce false;
gnome.enable = lib.mkForce false;
};
home.extraOptions = {
${namespace} = {
desktop = {
gnome = lib.mkForce { enable = false; };
plasma = lib.mkForce { enable = true; };
};
programs = {
hyprland = lib.mkForce { enable = false; };
kitty = lib.mkForce { enable = false; };
mako = lib.mkForce { enable = false; };
nwg-dock = lib.mkForce { enable = false; };
nwg-drawer = lib.mkForce { enable = false; };
nwg-panel = lib.mkForce { enable = false; };
waybar = lib.mkForce { enable = false; };
wlogout = lib.mkForce { enable = false; };
wofi = lib.mkForce { enable = false; };
};
};
};
};
};
};
nixpkgs.config.allowUnsupportedSystem = true;
virtualisation = {