nixos/modules: make config up-to-date

This commit is contained in:
Gabriel Arazas 2024-07-16 13:49:36 +08:00
parent e8e2d67810
commit ac1a196352
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
2 changed files with 3 additions and 3 deletions

View File

@ -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; [

View File

@ -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!