about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-06-09 10:58:37 +0100
committerdevhell <devhell@mailfresser.de>2021-06-09 10:58:37 +0100
commitb18dc278228d9318217a6b55962f0ce4eeed80fd (patch)
tree9f70b0ac6ed1bd9c0c2d1e9934d174b046421815 /machines
parentf489dc81750953df8b7f89fab4a920ba54947a73 (diff)
treewide: Fix eval errors post 21.05 release
A few things have changed since the recent NixOS 21.05 release. Mostly
naming stuff, so nothing dramatic.
Diffstat (limited to 'machines')
-rw-r--r--machines/devhell/hildr.nix4
-rw-r--r--machines/profpatsch/shiki.nix6
-rw-r--r--machines/sternenseemann/wolfgang.nix2
3 files changed, 6 insertions, 6 deletions
diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix
index 7ea5fd36..1a547b68 100644
--- a/machines/devhell/hildr.nix
+++ b/machines/devhell/hildr.nix
@@ -47,7 +47,7 @@
     fsType = "vfat";
   };
 
-  swapDevices = [ 
+  swapDevices = [
     { device = "/dev/disk/by-uuid/ff725995-b9a1-453f-9e6d-ba9bd6579db6"; }
   ];
 
@@ -98,7 +98,7 @@
   services = {
     thermald.enable = true;
     tftpd.enable = false;
-    gnome3.gnome-keyring.enable = true;
+    gnome.gnome-keyring.enable = true;
     printing = {
       enable = true;
       drivers = [ pkgs.foo2zjs pkgs.cups-brother-hl1110 ];
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index d24ce77e..9b5508c9 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -173,9 +173,9 @@ in {
         xorg.xkill        # X11 application kill
       ];
       guiPkgs = [
-        gnome3.adwaita-icon-theme
+        gnome.adwaita-icon-theme
         # TODO: get themes to work. See notes.org.
-        gnome3.gnome_themes_standard
+        gnome.gnome_themes_standard
         pavucontrol
       ];
       programmingTools = [
@@ -404,7 +404,7 @@ in {
         };
       };
       iconTheme = {
-        package = pkgs.gnome3.adwaita-icon-theme;
+        package = pkgs.gnome.adwaita-icon-theme;
         name = "Adwaita";
       };
     };
diff --git a/machines/sternenseemann/wolfgang.nix b/machines/sternenseemann/wolfgang.nix
index b5e9efc7..8ba0d299 100644
--- a/machines/sternenseemann/wolfgang.nix
+++ b/machines/sternenseemann/wolfgang.nix
@@ -81,7 +81,7 @@ in {
     xdg_utils                  # xdg-open etc.
     networkmanagerapplet       # for nm-connection-ediotr
     imv zathura
-    gnome3.nautilus
+    gnome.nautilus
     browser.pkg
     nix-output-monitor
     # TODO(sterni) depot.users.sterni.clhs-lookup