gui: remove arcan
This commit is contained in:
parent
10bab6454b
commit
fb396fec07
@ -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 ];
|
|
||||||
};
|
|
||||||
}
|
|
@ -60,7 +60,7 @@ let
|
|||||||
];
|
];
|
||||||
in
|
in
|
||||||
with lib; {
|
with lib; {
|
||||||
imports = [ ./gnome.nix ./kde.nix ./xfce.nix ./arcan.nix ];
|
imports = [ ./gnome.nix ./kde.nix ./xfce.nix ];
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
pulse = {
|
pulse = {
|
||||||
@ -101,7 +101,6 @@ with lib; {
|
|||||||
SSH_AUTH_SOCK = "$HOME/.traygent";
|
SSH_AUTH_SOCK = "$HOME/.traygent";
|
||||||
};
|
};
|
||||||
systemPackages = with pkgs; (xinlib.filterList [
|
systemPackages = with pkgs; (xinlib.filterList [
|
||||||
arcanPackages.all-wrapped
|
|
||||||
bc
|
bc
|
||||||
black
|
black
|
||||||
drawterm
|
drawterm
|
||||||
|
Loading…
Reference in New Issue
Block a user