hosts: cleanup host-specific gui software

This commit is contained in:
Antoine Martin 2022-10-20 11:05:12 +02:00
parent ab3573ce2a
commit 0d4c6f4662
4 changed files with 2 additions and 5 deletions

View file

@ -40,6 +40,7 @@ in {
environment.systemPackages = builtins.attrValues {
inherit
(pkgs)
chrysalis
element-desktop
feh
firefox

View file

@ -23,9 +23,6 @@
# dev
rustup
# keyboard goodness
chrysalis
;
inherit (pkgs.packages) spot;

View file

@ -91,8 +91,6 @@
};
my.gui.enable = true;
environment.systemPackages = [pkgs.arandr pkgs.chrysalis];
services.udev.packages = [pkgs.chrysalis];
hardware.bluetooth = {

View file

@ -25,6 +25,7 @@
# dev
rustup
arandr
;
inherit (pkgs.packages) spot;