so much cleanup

This commit is contained in:
mjallen18
2025-05-28 21:06:30 -05:00
parent 2f96b0ae7c
commit dd18dcadb9
16 changed files with 258 additions and 688 deletions

View File

@@ -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
];
}