summaryrefslogtreecommitdiff
path: root/modules/desktop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/desktop.nix')
-rw-r--r--modules/desktop.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/desktop.nix b/modules/desktop.nix
index 5c27e23..dc84055 100644
--- a/modules/desktop.nix
+++ b/modules/desktop.nix
@@ -154,6 +154,7 @@ in {
mujmap # email sync -- get this from cargo instead
notmuch # email
librespot # spotify player
+ sbcl exercism
];
# i18n.inputMethod = {
@@ -210,11 +211,6 @@ in {
displayManager.sddm.enable = true;
displayManager.sessionPackages = with pkgs; [ river ];
};
-
- # redshift = {
- # enable = true;
- # extraOptions = [ "-r" ];
- # };
};
};
}