mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-25 00:19:12 +00:00
nixos/modules: make config up-to-date
This commit is contained in:
parent
e8e2d67810
commit
ac1a196352
@ -1,7 +1,7 @@
|
|||||||
# This is where extra desktop goodies can be found.
|
# This is where extra desktop goodies can be found.
|
||||||
# As a note, this is not where you set the aesthetics of your graphical sessions.
|
# As a note, this is not where you set the aesthetics of your graphical sessions.
|
||||||
# That can be found in the `themes` module.
|
# That can be found in the `themes` module.
|
||||||
{ config, lib, pkgs, options, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
let cfg = config.suites.desktop;
|
let cfg = config.suites.desktop;
|
||||||
in {
|
in {
|
||||||
@ -86,7 +86,7 @@ in {
|
|||||||
pipewire
|
pipewire
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
commonLibs ++ xorgLibs ++ options.programs.nix-ld.libraries.default;
|
commonLibs ++ xorgLibs;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
@ -62,7 +62,7 @@ in
|
|||||||
gnome-decoder # Go with them QR codes.
|
gnome-decoder # Go with them QR codes.
|
||||||
gnome-frog # Graphical OCR with Tesseract that I always wanted.
|
gnome-frog # Graphical OCR with Tesseract that I always wanted.
|
||||||
gnome-solanum # Cute little matodor timers.
|
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.gnome-boxes # Virtual machines, son.
|
||||||
gnome.polari # Your gateway to one of the most hidden and cobweb-ridden parts of the internet. ;)
|
gnome.polari # Your gateway to one of the most hidden and cobweb-ridden parts of the internet. ;)
|
||||||
gradience # Make it rain!
|
gradience # Make it rain!
|
||||||
|
Loading…
Reference in New Issue
Block a user