seperate out graphical apps
This commit is contained in:
21
software/default-graphical.nix
Normal file
21
software/default-graphical.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
{ config, lib, pkgs, home-manager, ... }:
|
||||
{
|
||||
imports = [home-manager.nixosModules.home-manager];
|
||||
home-manager.users.shatteredmint = {
|
||||
home.packages = with pkgs; [
|
||||
thunderbird
|
||||
firefox
|
||||
lazygit
|
||||
veracrypt
|
||||
keepassxc
|
||||
kdePackages.yakuake
|
||||
cargo
|
||||
zig
|
||||
clang
|
||||
nil
|
||||
wl-clipboard
|
||||
makemkv
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user