aboutsummaryrefslogtreecommitdiff
path: root/modules/cinnamon/default.nix
diff options
context:
space:
mode:
authoraethrvmn <me@aethrvmn.gr>2025-11-30 21:59:43 +0000
committeraethrvmn <me@aethrvmn.gr>2025-11-30 21:59:43 +0000
commit893ea11e1dc05fe1a2a34e66d4ebcfdffda34720 (patch)
treeef454e299f49cbb58e1b9fbafd0b759b4379ac2a /modules/cinnamon/default.nix
parentadded .lock to ignorelist (diff)
huge restructure of modules
Diffstat (limited to 'modules/cinnamon/default.nix')
-rw-r--r--modules/cinnamon/default.nix48
1 files changed, 48 insertions, 0 deletions
diff --git a/modules/cinnamon/default.nix b/modules/cinnamon/default.nix
new file mode 100644
index 0000000..c75cf0d
--- /dev/null
+++ b/modules/cinnamon/default.nix
@@ -0,0 +1,48 @@
+{ pkgs, lib, ... }:
+{
+ services = {
+ ## Just in case this needs to be enabled
+ # cinnamon.apps.enable = true;
+
+ gnome = {
+ gnome-keyring.enable = true;
+ };
+
+ xserver = {
+ desktopManager.cinnamon = {
+ enable = true;
+ };
+
+ displayManager = {
+ sessionCommands = ''
+ eval $(gnome-keyring-daemon --start --daemonize --components=secrets)
+ '';
+
+ lightdm = {
+ enable = true;
+ };
+ };
+
+ wacom.enable = true;
+
+ xkb = {
+ layout = "us, gr";
+ options = "grp:alt_shift_toggle";
+ };
+ };
+ };
+
+ security.pam = {
+ services = {
+ lightdm = {
+ enableGnomeKeyring = true;
+ };
+ };
+ };
+
+ # Exclude specific packages
+ environment.cinnamon.excludePackages = with pkgs; [
+ orca
+ ];
+
+}
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.