mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 00:39:07 +01:00
home: Remove NH_FLAKE env var
This commit is contained in:
parent
fea60de14e
commit
0854f93136
2 changed files with 1 additions and 3 deletions
|
|
@ -91,7 +91,7 @@
|
||||||
|
|
||||||
"special:music, on-created-empty:spotify"
|
"special:music, on-created-empty:spotify"
|
||||||
"special:chat, on-created-empty:discord"
|
"special:chat, on-created-empty:discord"
|
||||||
"special:flake, on-created-empty:kitty --directory ${config.home.sessionVariables.NH_FLAKE}"
|
"special:flake, on-created-empty:kitty --directory ~/Projects/nixos-config"
|
||||||
"special:monitor, on-created-empty:kitty btop"
|
"special:monitor, on-created-empty:kitty btop"
|
||||||
"special:files, on-created-empty:nemo"
|
"special:files, on-created-empty:nemo"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables.NH_FLAKE = "~/Projects/nixos-config";
|
|
||||||
|
|
||||||
custom = {
|
custom = {
|
||||||
sops.enable = true;
|
sops.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue