This commit is contained in:
Julian Sutter 2023-02-26 09:45:05 -08:00
commit eae7167636
3 changed files with 6 additions and 3 deletions

View file

@ -28,7 +28,7 @@
./systems/common.nix
./systems/aurora.nix
./users/jsutter.nix
./modules/gnome.nix
./modules/plasma.nix
./modules/nushell
];
};

View file

@ -13,4 +13,7 @@
programs.kdeconnect.enable = true;
hardware.bluetooth.enable = true;
environment.systemPackages = with pkgs; [
spectacle
];
}

View file

@ -129,7 +129,7 @@ in
privacy-badger
disconnect
];
userChrome = ''
userChrome = ''
@import "firefox-gnome-theme/userChrome.css";
@import "firefox-gnome-theme/theme/colors/dark.css";
'';