aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2025-10-27 11:44:38 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2025-10-27 11:44:38 +0530
commit84085c5ef88df567149c09a0c912da6d7254790a (patch)
tree43347b274d5973f6ad7c9530a2bf567e9cec8b7d /flake.nix
parent54930dfa8a26a25d5a5bc353b9e025c4ac44c908 (diff)
a little bit of hardcoding is unfortunately required
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
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;