organize packages
This commit is contained in:
17
modules/software/utilities/desktop.nix
Normal file
17
modules/software/utilities/desktop.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ ... }: {
|
||||
den.aspects.desktop-utils = {
|
||||
nixos = { pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
file-roller
|
||||
];
|
||||
|
||||
users.users.bug.packages = with pkgs; [
|
||||
obsidian
|
||||
impression
|
||||
kooha
|
||||
loupe
|
||||
authenticator
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user