seperate out graphical apps
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
|
||||
./configuration.nix
|
||||
./plasma.nix
|
||||
./software/default-graphical.nix
|
||||
./network-shares.nix
|
||||
|
||||
./backup-target.nix
|
||||
@@ -49,6 +50,7 @@
|
||||
./configuration.nix
|
||||
|
||||
./plasma.nix
|
||||
./software/default-graphical.nix
|
||||
./users/shatteredmint.nix
|
||||
./network-shares.nix
|
||||
];
|
||||
|
||||
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
|
||||
];
|
||||
};
|
||||
}
|
||||
@@ -63,20 +63,6 @@
|
||||
];
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
thunderbird
|
||||
firefox
|
||||
lazygit
|
||||
veracrypt
|
||||
keepassxc
|
||||
kdePackages.yakuake
|
||||
cargo
|
||||
zig
|
||||
clang
|
||||
nil
|
||||
wl-clipboard
|
||||
makemkv
|
||||
];
|
||||
|
||||
home.sessionPath = [
|
||||
"$HOME/scripts"
|
||||
|
||||
Reference in New Issue
Block a user