hosts: cleanup host-specific gui software

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

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,8 @@
# dev
rustup
arandr
;
inherit (pkgs.packages) spot;