stable
This commit is contained in:
parent
53395d3971
commit
c2f85fddb8
14 changed files with 144 additions and 324 deletions
|
|
@ -1,8 +1,15 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ lib, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./hardware-configuration.nix ./modules ];
|
||||
imports = [ ./hardware-configuration.nix ./modules inputs.home-manager.nixosModules.default ];
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
home-manager = {
|
||||
backupFileExtension = "backup";
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
users = {
|
||||
"danny" = import ../home;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue