Commit 2cc1bf9cd89d

Vincent Demeester <vincent@sbr.pm>
2022-10-05 11:16:33
update some package name changes
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 0dc6caf
Changed files (6)
nix
packages
sugarjazy
systems
modules
profiles
users
nix/packages/sugarjazy/default.nix
@@ -14,7 +14,7 @@ poetry2nix.mkPoetryApplication rec {
   };
   doCheck = false;
 
-  propagatedBuildInputs = [ python310Packages.dateutil ];
+  propagatedBuildInputs = [ python310Packages.python-dateutil ];
 
   meta = with lib; {
     homepage = "https://github.com/chmouel/sugarjazy";
systems/modules/profiles/gnome.nix
@@ -16,7 +16,7 @@ in
       desktop.enable = true;
     };
     services = {
-      gnome3 = {
+      gnome = {
         chrome-gnome-shell.enable = true;
         core-shell.enable = true;
         core-os-services.enable = true;
users/vincent/desktop/default.nix
@@ -41,7 +41,7 @@ in
     thunderbird
     trash-cli
     xdg-user-dirs
-    xdg_utils
+    xdg-utils
     xsel
     youtube-dl
   ];
users/vincent/desktop/gnome.nix
@@ -40,7 +40,7 @@
     wmctrl
     xclip
     xdg-user-dirs
-    xdg_utils
+    xdg-utils
     xsel
     # FIXME move this elsewhere
     keybase
users/vincent/desktop/i3.nix
@@ -53,7 +53,7 @@ in
     wmctrl
     xclip
     xdg-user-dirs
-    xdg_utils
+    xdg-utils
     xsel
   ];
   xdg.configFile."rofi/slate.rasi".text = ''
users/vincent/desktop/sway.nix
@@ -386,7 +386,7 @@ in
     waybar
     slurp
     grim
-    gnome3.zenity
+    gnome.zenity
     clipman
     # terminals
     # FIXME move this away, they work on both Xorg and Wayland/Sway