about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-05-17 19:46:45 +0100
committerdevhell <devhell@mailfresser.de>2021-05-17 19:46:45 +0100
commit35d235889532a57325a7f3ef2f5bcbdf41184167 (patch)
tree40cae8eda564c0b89414d900e42de984cb25f3c4 /machines/devhell
parente18b2cb2e594d781fd094aeed78575df72ae18f5 (diff)
machines/devhell: services.gnome3 -> gnome
It's been renamed recently and throws a warning saying as much.
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/eir.nix12
-rw-r--r--machines/devhell/gunnr.nix2
-rw-r--r--machines/devhell/herja.nix2
3 files changed, 8 insertions, 8 deletions
diff --git a/machines/devhell/eir.nix b/machines/devhell/eir.nix
index 03b29829..95e75370 100644
--- a/machines/devhell/eir.nix
+++ b/machines/devhell/eir.nix
@@ -84,7 +84,7 @@
   services = {
     thermald.enable = true;
     tftpd.enable = false;
-    gnome3.gnome-keyring.enable = true;
+    gnome.gnome-keyring.enable = true;
     printing = {
       enable = true;
       drivers = [ pkgs.hplip ];
@@ -150,15 +150,15 @@
         Xcursor.theme:               Vanilla-DMZ-AA
         Xcursor.size:                22
         *.charClass:33:48,35:48,37:48,43:48,45-47:48,61:48,63:48,64:48,95:48,126:48,35:48,58:48
-        
+
         ! Copyright (c) 2016-present Arctic Ice Studio <development@arcticicestudio.com>
         ! Copyright (c) 2016-present Sven Greb <code@svengreb.de>
-        
+
         ! Project:    Nord XResources
         ! Version:    0.1.0
         ! Repository: https://github.com/arcticicestudio/nord-xresources
         ! License:    MIT
-        
+
         #define nord0 #2E3440
         #define nord1 #3B4252
         #define nord2 #434C5E
@@ -175,13 +175,13 @@
         #define nord13 #EBCB8B
         #define nord14 #A3BE8C
         #define nord15 #B48EAD
-        
+
         *.foreground:   nord4
         *.background:   nord0
         *.cursorColor:  nord4
         *fading: 35
         *fadeColor: nord3
-        
+
         *.color0: nord1
         *.color1: nord11
         *.color2: nord14
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index 83e664e9..d707e87f 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -64,7 +64,7 @@
 
   # FIXME Check if this is still necessary in the future
   systemd.services.systemd-networkd-wait-online.enable = false;
-  
+
   networking = {
     hostName = "gunnr";
     hostId = "29e6affc";
diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix
index 457440af..7073893f 100644
--- a/machines/devhell/herja.nix
+++ b/machines/devhell/herja.nix
@@ -108,7 +108,7 @@
 
   services = {
     thermald.enable = true;
-    gnome3.gnome-keyring.enable = true;
+    gnome.gnome-keyring.enable = true;
     printing = {
       enable = true;
       drivers = [ pkgs.hplip ];