mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
users/foo-dogsquared/setups/development: add desktop devtools
This commit is contained in:
parent
6ffe9a4613
commit
ab6cab736d
@ -53,5 +53,12 @@ in
|
||||
'';
|
||||
};
|
||||
})
|
||||
|
||||
(lib.mkIf (userCfg.setups.desktop.enable && pkgs.stdenv.isLinux) {
|
||||
home.packages = with pkgs; [
|
||||
bustle # Hustle with some d-bus Bustle.
|
||||
dfeet # Some GNOME dev probably developed this.
|
||||
];
|
||||
})
|
||||
]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user