My NixOS dotfiles
0

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ”– Change stateVersion/homeVersion to 26.05

Simon R. - fantomitechno (Jun 8, 2026, 11:03 AM +0200) def2e6c8 ccf2a7da

+6 -5
+3 -2
home/default.nix
··· 5 5 }: 6 6 7 7 { 8 - home.stateVersion = "25.05"; 8 + home.stateVersion = "26.05"; 9 9 home.homeDirectory = "/home/fantomitechno"; 10 10 11 11 imports = [ ··· 57 57 }; 58 58 packages = [ 59 59 niri-float-sticky.packages.${pkgs.system}.default 60 + pkgs.umu-launcher 60 61 ]; 61 62 }; 62 63 ··· 75 76 obs-multi-rtmp 76 77 ]; 77 78 }; 78 - # lutris.enable = true; 79 + lutris.enable = true; 79 80 }; 80 81 81 82 services = {
+1 -1
hosts/desktop/configuration.nix
··· 54 54 GDK_BACKEND = "wayland"; 55 55 }; 56 56 57 - system.stateVersion = "25.11"; 57 + system.stateVersion = "26.05"; 58 58 }
+1 -1
hosts/laptop/configuration.nix
··· 53 53 }; 54 54 }; 55 55 56 - system.stateVersion = "25.11"; 56 + system.stateVersion = "26.05"; 57 57 }
+1 -1
hosts/msi/configuration.nix
··· 54 54 }; 55 55 }; 56 56 57 - system.stateVersion = "25.11"; 57 + system.stateVersion = "26.05"; 58 58 }