so much cleanup
This commit is contained in:
@@ -9,6 +9,7 @@ let
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
../../share/home/defaults.nix
|
||||
../../share/home/git.nix
|
||||
../../share/home/gnome.nix
|
||||
../../share/home/librewolf.nix
|
||||
@@ -18,8 +19,6 @@ in
|
||||
];
|
||||
|
||||
home.username = "matt";
|
||||
home.homeDirectory = "/home/matt";
|
||||
home.stateVersion = "23.11";
|
||||
|
||||
sops = {
|
||||
age.keyFile = "/home/matt/.config/sops/age/keys.txt";
|
||||
@@ -45,56 +44,29 @@ in
|
||||
};
|
||||
|
||||
programs = {
|
||||
mangohud.enable = true;
|
||||
java.enable = true;
|
||||
home-manager.enable = true;
|
||||
password-store.enable = true;
|
||||
|
||||
zsh.shellAliases = shellAliases;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
age
|
||||
bottles
|
||||
chromium
|
||||
unstable.compose2nix
|
||||
coolercontrol.coolercontrol-gui
|
||||
deadnix
|
||||
discord
|
||||
fastfetch
|
||||
cpufetch
|
||||
firefox
|
||||
freerdp
|
||||
gamescope
|
||||
gamescope-wsi
|
||||
goverlay
|
||||
heroic
|
||||
home-manager
|
||||
jq
|
||||
lm_sensors
|
||||
lutris
|
||||
mangohud
|
||||
mission-center
|
||||
morph
|
||||
nextcloud-client
|
||||
nixfmt-rfc-style
|
||||
orca-slicer
|
||||
piper
|
||||
prismlauncher
|
||||
protonup
|
||||
protontricks
|
||||
protonvpn-gui
|
||||
qmk
|
||||
remmina
|
||||
smile
|
||||
sops
|
||||
spotify
|
||||
tree
|
||||
unigine-heaven
|
||||
vesktop
|
||||
via
|
||||
virt-manager
|
||||
vmware-horizon-client
|
||||
vorta
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user