lots of things (everything is a total mess)
This commit is contained in:
parent
480d649d62
commit
931efc7518
22 changed files with 109 additions and 52 deletions
11
home/profiles/nixdesk/xundark.nix
Normal file
11
home/profiles/nixdesk/xundark.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
gtk = {
|
||||
enable = true;
|
||||
iconTheme = {
|
||||
name = "WhiteSur-dark";
|
||||
package = pkgs.whitesur-icon-theme;
|
||||
};
|
||||
};
|
||||
|
||||
qt.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue