From 84085c5ef88df567149c09a0c912da6d7254790a Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Mon, 27 Oct 2025 11:44:38 +0530 Subject: a little bit of hardcoding is unfortunately required --- .gitignore | 1 + flake.nix | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f4b8d08..6e948ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ hypr-zoom +*.hm-backup diff --git a/flake.nix b/flake.nix index 0df229c..8835d6b 100644 --- a/flake.nix +++ b/flake.nix @@ -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; -- cgit v1.2.3