Compare commits

..

No commits in common. "b6a1e229715cf862ef7b88556d68d2692fe49cff" and "ab3573ce2a00ccef14a0d6b412b44f24a26b2dfc" have entirely different histories.

4 changed files with 5 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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