add desktop platform
This commit is contained in:
parent
a598918c63
commit
106bc1348d
26 changed files with 2602 additions and 13 deletions
12
home/platforms/fabian@posixlycorrect/gui/gtk.nix
Normal file
12
home/platforms/fabian@posixlycorrect/gui/gtk.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#TODO: do i really need to take all these args?
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
gruvbox-dark-icons-gtk
|
||||
libsForQt5.breeze-gtk
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue