Gen 423: Converted shell scripts into nix files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ inputs, nixpkgs, config, username, ... }:
|
||||
{ inputs, nixpkgs, config, self, username, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ config, inputs, pkgs, username, ... }:
|
||||
{ config, inputs, pkgs, username, self, ... }:
|
||||
|
||||
let
|
||||
nur = config.nur;
|
||||
@@ -9,7 +9,7 @@ in
|
||||
useUserPackages = true;
|
||||
useGlobalPkgs = true;
|
||||
backupFileExtension = "backup";
|
||||
extraSpecialArgs = { inherit inputs username nur; };
|
||||
extraSpecialArgs = { inherit self inputs username nur; };
|
||||
users.${username} = {
|
||||
programs.home-manager.enable = true;
|
||||
imports = [ ./../home ];
|
||||
|
||||
Reference in New Issue
Block a user