hyprland home manager version
This commit is contained in:
parent
f317b141f7
commit
6997c5a968
11 changed files with 67 additions and 69 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, pkgs, inputs, ... }:
|
||||
{ lib, pkgs, inputs, nix-version, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -33,10 +33,10 @@
|
|||
networking.hostName = lib.mkForce "dn-lap";
|
||||
programs.steam.enable = lib.mkForce false;
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
system.stateVersion = nix-version;
|
||||
home-manager = {
|
||||
backupFileExtension = "backup";
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
extraSpecialArgs = { inherit inputs system nix-version; };
|
||||
users = { "danny" = import ../../../home; };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue