Skip to content

Commit

Permalink
weird unindentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Flameopathic committed Aug 11, 2024
1 parent ae497dd commit 66ff17c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod-hm/themes.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
runtimeInputs = with pkgs; [ home-manager coreutils ripgrep ];
text =
''
"$(home-manager generations | head -2 | tail -1 | rg -o '/[^ ]*')"/activate && hyprctl reload
'';
"$(home-manager generations | head -2 | tail -1 | rg -o '/[^ ]*')"/activate && hyprctl reload
'';
}))
];
};
Expand Down

0 comments on commit 66ff17c

Please sign in to comment.