summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/hosts/dragotha/dragotha.nix3
-rw-r--r--modules/packages/environment.nix1
2 files changed, 4 insertions, 0 deletions
diff --git a/modules/hosts/dragotha/dragotha.nix b/modules/hosts/dragotha/dragotha.nix
index 64cad76..9cd518b 100644
--- a/modules/hosts/dragotha/dragotha.nix
+++ b/modules/hosts/dragotha/dragotha.nix
@@ -35,6 +35,9 @@
services.automatic-timezoned.enable = true;
+ services.desktopManager.lomiri.enable = true;
+ services.displayManager.defaultSession = "lomiri";
+
services.kanata = {
enable = true;
keyboards.tkb = {
diff --git a/modules/packages/environment.nix b/modules/packages/environment.nix
index 8fadce7..bcffd98 100644
--- a/modules/packages/environment.nix
+++ b/modules/packages/environment.nix
@@ -34,6 +34,7 @@
pkgs.p7zip
pkgs.rsync
pkgs.speedtest-cli
+ pkgs.trash-cli
pkgs.unzip
pkgs.zip
];