diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | flake.nix | 5 |
2 files changed, 5 insertions, 1 deletions
@@ -1 +1,2 @@ hypr-zoom +*.hm-backup @@ -15,7 +15,10 @@ system = "x86_64-linux"; username = "aargh"; hostname = "pegasus"; - symlinkRoot = self; + + # This is where I have keep the dotfiles folder, replace it accordingly + symlinkRoot = "/home/${username}/dotfiles"; + pkgs = import nixpkgs { inherit system; config.allowUnfree = true; |
