Migrate to snowfall lib
This commit is contained in:
18
modules/home/gui/base/default.nix
Normal file
18
modules/home/gui/base/default.nix
Normal file
@ -0,0 +1,18 @@
|
||||
{ lib, config, pkgs, ... }: {
|
||||
|
||||
config = lib.mkIf (config.homecfg.make.gui) {
|
||||
services.nextcloud-client.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
xfce.thunar
|
||||
xfce.thunar-volman
|
||||
xfce.thunar-archive-plugin
|
||||
xfce.tumbler
|
||||
|
||||
telegram-desktop
|
||||
pavucontrol
|
||||
keepassxc
|
||||
gramps
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user