Added comma + nix index database. Removed unused flake input
This commit is contained in:
parent
c72a7daeb0
commit
0c7cddcfb9
4 changed files with 40 additions and 18 deletions
13
system/desktop/comma.nix
Normal file
13
system/desktop/comma.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
programs =
|
||||
lib.mkIf config.niksos.desktop.enable
|
||||
{
|
||||
command-not-found.enable = false;
|
||||
nix-index.enable = true;
|
||||
nix-index-database.comma.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -9,6 +9,7 @@
|
|||
inherit (lib) mkIf optional;
|
||||
in {
|
||||
imports = [
|
||||
./comma.nix
|
||||
./greetd.nix
|
||||
./hyprland.nix
|
||||
./pipewire.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue