many changes
This commit is contained in:
16
hosts/nb-01.cloonar.com/users/default.nix
Normal file
16
hosts/nb-01.cloonar.com/users/default.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-24.05.tar.gz";
|
||||
|
||||
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
(import "${home-manager}/nixos")
|
||||
./dominik.nix
|
||||
];
|
||||
|
||||
home-manager.sharedModules = [
|
||||
"${builtins.fetchTarball "https://github.com/Mic92/sops-nix/archive/master.tar.gz"}/modules/home-manager/sops.nix"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user