From ac1a196352188d84470a6105b1538f46011a6005 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 16 Jul 2024 13:49:36 +0800 Subject: [PATCH] nixos/modules: make config up-to-date --- modules/nixos/_private/suites/desktop.nix | 4 ++-- modules/nixos/_private/workflows/a-happy-gnome/default.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/nixos/_private/suites/desktop.nix b/modules/nixos/_private/suites/desktop.nix index 2bfa77bf..4205b0ae 100644 --- a/modules/nixos/_private/suites/desktop.nix +++ b/modules/nixos/_private/suites/desktop.nix @@ -1,7 +1,7 @@ # This is where extra desktop goodies can be found. # As a note, this is not where you set the aesthetics of your graphical sessions. # That can be found in the `themes` module. -{ config, lib, pkgs, options, ... }: +{ config, lib, pkgs, ... }: let cfg = config.suites.desktop; in { @@ -86,7 +86,7 @@ in { pipewire ]; in - commonLibs ++ xorgLibs ++ options.programs.nix-ld.libraries.default; + commonLibs ++ xorgLibs; }; environment.systemPackages = with pkgs; [ diff --git a/modules/nixos/_private/workflows/a-happy-gnome/default.nix b/modules/nixos/_private/workflows/a-happy-gnome/default.nix index 6fb42cc5..3ffe655e 100644 --- a/modules/nixos/_private/workflows/a-happy-gnome/default.nix +++ b/modules/nixos/_private/workflows/a-happy-gnome/default.nix @@ -62,7 +62,7 @@ in gnome-decoder # Go with them QR codes. gnome-frog # Graphical OCR with Tesseract that I always wanted. gnome-solanum # Cute little matodor timers. - gnome.dconf-editor # A saner version of Windows registry. + dconf-editor # A saner version of Windows registry. gnome.gnome-boxes # Virtual machines, son. gnome.polari # Your gateway to one of the most hidden and cobweb-ridden parts of the internet. ;) gradience # Make it rain!