revamped setup
This commit is contained in:
parent
8f13d0a017
commit
e7d7db79e6
32 changed files with 358 additions and 830 deletions
11
system/modules/theme.nix
Normal file
11
system/modules/theme.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnome3.adwaita-icon-theme # default gnome cursors
|
||||
glib
|
||||
gsettings-desktop-schemas
|
||||
|
||||
nwg-look
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue