Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-wxt1221 committed Jan 12, 2025
1 parent ec0e91c commit 3a8c229
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion programs/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
services.xserver.enable = true;
services.xserver.displayManager.gdm.enable = true;
services.xserver.displayManager.gdm.wayland = true;
services.displayManager.sessionPackages = [ niri.packages.${pkgs.system}.niri-stable ];
services.displayManager.sessionPackages = [ niri.packages.${pkgs.system}.niri-unstable ];
environment.systemPackages = with pkgs; [
dconf
(niri.packages.${pkgs.system}.niri-unstable.overrideAttrs (old: {
Expand Down
1 change: 0 additions & 1 deletion school-vmware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@
hashedPassword = "$y$j9T$XjbKBaxc32Pc.Mj4HQ.tu/$mxn7xvy5I/1/bv/eF64cwMSakLuFM1YgjU44r249I7/";
packages = with pkgs; [ ];
};
services.xserver.enable = lib.mkForce false;
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
}

0 comments on commit 3a8c229

Please sign in to comment.