···55 programs.home-manager.enable = true;
6677 home.packages = with pkgs; [
88- brave
98 btop
109 discord-canary
1110 just
···1918 vscodium
2019 ];
21202222-2323-2421 # You do not need to change this if you're reading this in the future.
2522 # Don't ever change this after the first build. Don't ask questions.
2626- home.stateVersion = "24.05";
2323+ home.stateVersion = "24.11";
2724}
+12-3
hosts/x86_64-linux/loki/default.nix
···4455 # Desktop Environment
66 services.xserver.enable = true;
77- services.xserver.desktopManager.budgie.enable = true;
88- services.xserver.displayManager.lightdm.enable = true;
77+ #services.xserver.desktopManager.budgie.enable = true;
88+ #services.xserver.displayManager.lightdm.enable = true;
99+ services.xserver = {
1010+ desktopManager = {
1111+ xterm.enable = false;
1212+ xfce.enable = true;
1313+ };
1414+ };
1515+ services.displayManager.defaultSession = "xfce";
1616+1717+ programs.firefox.enable = true;
9181019 # Home Manager
1120 home-manager.useGlobalPkgs = true;
···150159 # this value at the release version of the first install of this system.
151160 # Before changing this value read the documentation for this option
152161 # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
153153- system.stateVersion = "24.05"; # Did you read the comment?
162162+ system.stateVersion = "24.11"; # Did you read the comment?
154163}