Move folder
This commit is contained in:
10
system/modules/theme.nix
Normal file
10
system/modules/theme.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnome3.adwaita-icon-theme
|
||||
glib
|
||||
gsettings-desktop-schemas
|
||||
nwg-look
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user