Pin hyprland in z790prors
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
outputs = { self, nixpkgs, home-manager, ... } @ inputs: {
|
outputs = { self, nixpkgs, home-manager, ... } @ inputs: {
|
||||||
nixosConfigurations.z790prors-nix = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.z790prors-nix = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
specialArgs = { inherit inputs; };
|
||||||
modules = [ ./machines/z790prors/configuration.nix ];
|
modules = [ ./machines/z790prors/configuration.nix ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# your system. Help is available in the configuration.nix(5) man page
|
# your system. Help is available in the configuration.nix(5) man page
|
||||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||||
|
|
||||||
{ config, pkgs, ... }:
|
{ inputs, config, pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
kidsPackages = with pkgs; [
|
kidsPackages = with pkgs; [
|
||||||
@@ -138,7 +138,10 @@ in
|
|||||||
#defaultSession = "plasmax11";
|
#defaultSession = "plasmax11";
|
||||||
};
|
};
|
||||||
services.desktopManager.plasma6.enable = true;
|
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.java.enable = true;
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
|
|||||||
Reference in New Issue
Block a user