mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-07 10:59:55 +01:00
site: finish setup
This commit is contained in:
parent
c49a6e7bd8
commit
a44510ee09
7 changed files with 53 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
{ self, config, pkgs, lib, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./hardware-configuration.nix ];
|
||||
imports = [ ./hardware-configuration.nix ./site.nix ];
|
||||
|
||||
users.users.thegeneralist = {
|
||||
isNormalUser = true;
|
||||
|
|
@ -18,7 +18,6 @@
|
|||
in [ thegeneralist ];
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
home-manager = {
|
||||
backupFileExtension = "home.bak";
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue