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;
|
gh = enabled;
|
||||||
glow = enabled;
|
glow = enabled;
|
||||||
nemo = enabled;
|
nemo = enabled;
|
||||||
|
neo = enabled;
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
./less.nix
|
./less.nix
|
||||||
./man.nix
|
./man.nix
|
||||||
./nemo.nix
|
./nemo.nix
|
||||||
|
./neo.nix
|
||||||
./nh.nix
|
./nh.nix
|
||||||
./waybar.nix
|
./waybar.nix
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
|
||||||
config,
|
config,
|
||||||
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
Loading…
Reference in a new issue