seperate out graphical apps
This commit is contained in:
@@ -30,6 +30,7 @@
|
|||||||
|
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
./plasma.nix
|
./plasma.nix
|
||||||
|
./software/default-graphical.nix
|
||||||
./network-shares.nix
|
./network-shares.nix
|
||||||
|
|
||||||
./backup-target.nix
|
./backup-target.nix
|
||||||
@@ -49,6 +50,7 @@
|
|||||||
./configuration.nix
|
./configuration.nix
|
||||||
|
|
||||||
./plasma.nix
|
./plasma.nix
|
||||||
|
./software/default-graphical.nix
|
||||||
./users/shatteredmint.nix
|
./users/shatteredmint.nix
|
||||||
./network-shares.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.sessionPath = [
|
||||||
"$HOME/scripts"
|
"$HOME/scripts"
|
||||||
|
|||||||
Reference in New Issue
Block a user