feat: neo
This commit is contained in:
parent
99a600c253
commit
1a288babfc
3 changed files with 3 additions and 1 deletions
|
@ -41,6 +41,7 @@ in {
|
|||
gh = enabled;
|
||||
glow = enabled;
|
||||
nemo = enabled;
|
||||
neo = enabled;
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
./less.nix
|
||||
./man.nix
|
||||
./nemo.nix
|
||||
./neo.nix
|
||||
./nh.nix
|
||||
./waybar.nix
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
Loading…
Reference in a new issue