gui: remove arcan

This commit is contained in:
Aaron Bieber 2023-12-08 06:44:22 -07:00
parent 10bab6454b
commit fb396fec07
No known key found for this signature in database
2 changed files with 1 additions and 16 deletions

View File

@ -1,14 +0,0 @@
{ config
, lib
, pkgs
, ...
}:
with lib; {
options = {
arcan = { enable = mkEnableOption "Enable Arcan/Durden desktop."; };
};
config = mkIf config.arcan.enable {
environment.systemPackages = with pkgs; [ arcanPackages.all-wrapped ];
};
}

View File

@ -60,7 +60,7 @@ let
];
in
with lib; {
imports = [ ./gnome.nix ./kde.nix ./xfce.nix ./arcan.nix ];
imports = [ ./gnome.nix ./kde.nix ./xfce.nix ];
options = {
pulse = {
@ -101,7 +101,6 @@ with lib; {
SSH_AUTH_SOCK = "$HOME/.traygent";
};
systemPackages = with pkgs; (xinlib.filterList [
arcanPackages.all-wrapped
bc
black
drawterm