Skip to content

Commit 33801d4

Browse files
committed
fix hjem paths
1 parent be0c974 commit 33801d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/programs/bat/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
in {
1111
config = mkIf config.modules.programs."${pkg}".enable {
1212
hjem.users."ominit" = {
13-
files.".config/bat/" = {
13+
files.".config/bat" = {
1414
source = ./config;
1515
clobber = true;
1616
};

modules/programs/helix/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
in {
1111
config = mkIf config.modules.programs."${pkg}".enable {
1212
hjem.users."ominit" = {
13-
files.".config/helix/" = {
13+
files.".config/helix" = {
1414
source = ./config;
1515
clobber = true;
1616
};

0 commit comments

Comments
 (0)