add desktop platform
This commit is contained in:
parent
a598918c63
commit
f07257ab6d
28 changed files with 1604 additions and 0 deletions
17
home/platforms/fabian@posixlycorrect/gui/gtk.nix
Normal file
17
home/platforms/fabian@posixlycorrect/gui/gtk.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
cfg = config.local.gui.gtk;
|
||||
in {
|
||||
options.local.gui.gtk.enable = mkEnableOption "GTK related programs";
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
gruvbox-dark-icons-gtk
|
||||
libsForQt5.breeze-gtk
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue