updates
This commit is contained in:
commit
eae7167636
3 changed files with 6 additions and 3 deletions
|
|
@ -28,7 +28,7 @@
|
|||
./systems/common.nix
|
||||
./systems/aurora.nix
|
||||
./users/jsutter.nix
|
||||
./modules/gnome.nix
|
||||
./modules/plasma.nix
|
||||
./modules/nushell
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -13,4 +13,7 @@
|
|||
programs.kdeconnect.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
spectacle
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ in
|
|||
privacy-badger
|
||||
disconnect
|
||||
];
|
||||
userChrome = ''
|
||||
userChrome = ''
|
||||
@import "firefox-gnome-theme/userChrome.css";
|
||||
@import "firefox-gnome-theme/theme/colors/dark.css";
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue