Signed-off-by: Hadi <hadi@example.com>
This commit is contained in:
Hadi
2026-07-29 13:14:27 +02:00
parent 835114e5c9
commit 0d901aa10c
70 changed files with 206 additions and 374 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
../../nixos/utils.nix
../../nixos/hyprland.nix
../../nixos/docker.nix
../../home/programs/helium/system.nix # I hate browser's configuration..
../../home/programs/gui/helium/system.nix # I hate browser's configuration..
# You should let those lines as is
./hardware-configuration.nix
@@ -37,5 +37,5 @@
networking.firewall.allowedTCPPorts = [9001];
# Don't touch this
system.stateVersion = "24.05";
system.stateVersion = "26.05";
}