aboutsummaryrefslogtreecommitdiff
path: root/modules/client/cinnamon
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/client/cinnamon
parentadded .lock to ignorelist (diff)
huge restructure of modules
Diffstat (limited to 'modules/client/cinnamon')
-rw-r--r--modules/client/cinnamon/default.nix48
1 files changed, 0 insertions, 48 deletions
diff --git a/modules/client/cinnamon/default.nix b/modules/client/cinnamon/default.nix
deleted file mode 100644
index b73cda5..0000000
--- a/modules/client/cinnamon/default.nix
+++ /dev/null
@@ -1,48 +0,0 @@
-{ pkgs, lib, ... }:
-{
- imports = [
- ../xserver
- ];
-
- services = {
- xserver = {
-
- desktopManager.cinnamon = {
- enable = true;
- };
-
- displayManager = {
- sessionCommands = ''
- eval $(gnome-keyring-daemon --start --daemonize --components=secrets)
- '';
-
- lightdm = {
- enable = true;
- };
- };
- };
-
- ## Just in case this needs to be enabled
- # cinnamon.apps.enable = true;
-
- gnome = {
- gnome-keyring.enable = true;
- # disable gNOME's "usecase?" ssh-agent
- gcr-ssh-agent.enable = lib.mkForce false;
- };
- };
-
- 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.