diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-31 01:06:39 +0200 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-31 01:06:39 +0200 |
| commit | c84110a2fb98d7e9b54b900aab3ea3aea52d3605 (patch) | |
| tree | 02982c46e1b832cf947df81a3ca59bd8087ebb04 | |
| parent | fb8032d6519002c75e923500aeea0572d02dbd61 (diff) | |
| -rw-r--r-- | home-manager/home.nix | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/home-manager/home.nix b/home-manager/home.nix index 371e642..2057952 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -1,12 +1,12 @@ { config, pkgs, ... }: -let - home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz"; - unstable = import <nixpkgs-unstable>{}; -in +# let +# home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz"; +# unstable = import <nixpkgs-unstable>{}; +# in { - imports = [ - (import "${home-manager}/nixos") - ]; + # imports = [ + # (import "${home-manager}/nixos") + # ]; home-manager.users.defin= { home = { |
