Pin hyprland in z790prors

This commit is contained in:
2024-08-23 15:29:23 -07:00
parent c11d973b4b
commit 95e5c94e0c
2 changed files with 6 additions and 2 deletions

View File

@@ -18,6 +18,7 @@
outputs = { self, nixpkgs, home-manager, ... } @ inputs: {
nixosConfigurations.z790prors-nix = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [ ./machines/z790prors/configuration.nix ];
};

View File

@@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{ inputs, config, pkgs, ... }:
let
kidsPackages = with pkgs; [
@@ -138,7 +138,10 @@ in
#defaultSession = "plasmax11";
};
services.desktopManager.plasma6.enable = true;
programs.hyprland.enable = true;
programs.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
};
programs.java.enable = true;
programs.steam = {