mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 12:51:34 +01:00
Revert "Use env var FLAKE instead of NH_FLAKE"
This reverts commit 92a3ca139b.
This commit is contained in:
parent
92a3ca139b
commit
f649437b2f
2 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@
|
|||
|
||||
"special:music, on-created-empty:spotify"
|
||||
"special:chat, on-created-empty:discord"
|
||||
"special:flake, on-created-empty:kitty --directory ${config.home.sessionVariables.FLAKE}"
|
||||
"special:flake, on-created-empty:kitty --directory ${config.home.sessionVariables.NH_FLAKE}"
|
||||
"special:monitor, on-created-empty:kitty btm"
|
||||
"special:files, on-created-empty:nemo"
|
||||
];
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
imports = [ ../common-home.nix ];
|
||||
|
||||
home.sessionVariables.FLAKE = "~/Projects/nixos-config";
|
||||
home.sessionVariables.NH_FLAKE = "~/Projects/nixos-config";
|
||||
|
||||
custom = {
|
||||
sops.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue