diff options
| author | adikro <adikro@disroot.org> | 2026-03-15 22:13:15 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-15 22:13:15 +0100 |
| commit | 18f08bf53591f3e68043730a627889957009deb6 (patch) | |
| tree | 228a31ab5489e98253e963424cd064d57dcd7a6e /hm/shell/cli.nix | |
| parent | 8eb0e90219a4de87d8d476e15329e14720f091c6 (diff) | |
browser stuff
Diffstat (limited to 'hm/shell/cli.nix')
| -rw-r--r-- | hm/shell/cli.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hm/shell/cli.nix b/hm/shell/cli.nix index a9e8397..7011d4d 100644 --- a/hm/shell/cli.nix +++ b/hm/shell/cli.nix @@ -178,7 +178,8 @@ in }; }; }; - programs.pls = { + # TODO: set up lsd + programs.lsd = { enable = true; enableFishIntegration = true; }; |
