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/common.nix
|
||||||
./systems/aurora.nix
|
./systems/aurora.nix
|
||||||
./users/jsutter.nix
|
./users/jsutter.nix
|
||||||
./modules/gnome.nix
|
./modules/plasma.nix
|
||||||
./modules/nushell
|
./modules/nushell
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,7 @@
|
||||||
programs.kdeconnect.enable = true;
|
programs.kdeconnect.enable = true;
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
spectacle
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -128,8 +128,8 @@ in
|
||||||
privacy-redirect
|
privacy-redirect
|
||||||
privacy-badger
|
privacy-badger
|
||||||
disconnect
|
disconnect
|
||||||
];
|
];
|
||||||
userChrome = ''
|
userChrome = ''
|
||||||
@import "firefox-gnome-theme/userChrome.css";
|
@import "firefox-gnome-theme/userChrome.css";
|
||||||
@import "firefox-gnome-theme/theme/colors/dark.css";
|
@import "firefox-gnome-theme/theme/colors/dark.css";
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue