Move xbanish configuration
This commit is contained in:
parent
37673680cd
commit
ad516fd7e0
4 changed files with 3 additions and 16 deletions
|
@ -29,7 +29,6 @@
|
|||
core = {
|
||||
openssh.enable = true;
|
||||
pipewire.enable = true;
|
||||
xbanish.enable = true;
|
||||
zram.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
./podman.nix
|
||||
./st.nix
|
||||
./thunar.nix
|
||||
./xbanish.nix
|
||||
./zram.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
let
|
||||
cfg = config.features.core.xbanish;
|
||||
in
|
||||
{
|
||||
options.features.core.xbanish.enable = mkEnableOption "Enable xbanish";
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
services.xbanish.enable = true;
|
||||
};
|
||||
}
|
3
modules2/xbanish.nix
Normal file
3
modules2/xbanish.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
flake.modules.nixos.pc.services.xbanish.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue