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

@@ -24,38 +24,25 @@ let
aspellDicts.en-science
borgbackup
# brscan5
clinfo
direnv
efibootmgr
gparted
grsync
kmod
kdePackages.ksvg
lact
memtest86-efi
memtest86plus
nano
occt
onlyoffice-bin
os-prober
nil
papirus-icon-theme
pciutils
qemu_full
rclone
rclone-browser
restic
restic-browser
restic-integrity
rsync
sane-frontends
sbctl
smartmontools
usbutils
tpm2-tools
tpm2-tss
udisks2
vim
vulkan-tools
wget
unzip
winetricks
];
lactConfig = ''
@@ -151,18 +138,6 @@ in
};
};
# Nixpkgs configuration
nixpkgs = {
# add unstable and stable overlays
overlays = [
outputs.overlays.nixpkgs-unstable
outputs.overlays.nixpkgs-stable
];
config.permittedInsecurePackages = [
# ...
];
};
# Programs configuration
programs = {
nix-ld = {
@@ -182,7 +157,6 @@ in
xorg.libXi
];
};
gamemode.enable = true;
coolercontrol.enable = true;
kdeconnect = {
enable = true;

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