fixed all the random shit errors

This commit is contained in:
voidarclabs
2026-01-19 16:43:52 +00:00
parent a707f97bc3
commit 2387d4e04f
5 changed files with 14 additions and 8 deletions

View File

@@ -132,7 +132,7 @@
cava
cmatrix
swaynotificationcenter
inputs.chataigne.packages.${pkgs.system}.chataigne
inputs.chataigne.packages.${stdenv.hostPlatform.system}.chataigne
wlogout
wpaperd
kando
@@ -151,7 +151,7 @@
git
fastfetch
lsd
inputs.doot.packages.${pkgs.system}.default
inputs.doot.packages.${stdenv.hostPlatform.system}.default
stow
fzf
ripgrep
@@ -276,4 +276,9 @@
# The comment
system.stateVersion = "25.05"; # Did you read the comment?
system.autoUpgrade = {
enable = true;
allowReboot = false;
};
}

View File

@@ -39,8 +39,8 @@
extraGroups = [ ];
packages = with pkgs; [
# Ricing
inputs.way-edges.packages.${pkgs.system}.way-edges
inputs.chataigne.packages.${pkgs.system}.chataigne
inputs.way-edges.packages.${stdenv.hostPlatform.system}.way-edges
inputs.chataigne.packages.${stdenv.hostPlatform.system}.chataigne
# Terminal
light

View File

@@ -55,7 +55,7 @@
delfin
docker
jellyfin-tui
unstable.bambu-studio
orca-slicer
];
};