This commit is contained in:
2025-07-02 18:56:00 +02:00
parent 5c5c85b0c9
commit 8b8369cf8a
3 changed files with 6 additions and 27 deletions

View File

@@ -62,12 +62,12 @@
# https://en.wikipedia.org/wiki/File_Alteration_Monitor
# or https://github.com/fsnotify/fsnotify
environment.gnome.excludePackages = (with pkgs; [
gnome-photos
gnome-tour
gnome-maps
environment.gnome.excludePackages = [
pkgs.gnome-photos
pkgs.gnome-tour
pkgs.gnome-maps
(pkgs.gedit or pkgs.gnome.gedit) # text editor (24.05 vs 23.11)
papers # Document Viewer (new)
# pkgs.papers # Document Viewer (new)
(pkgs.eog or pkgs.gnome.eog)
#pkgs.cheese # webcam tool
#pkgs.baobab # Disk Usage Analyser
@@ -83,5 +83,5 @@
(pkgs.iagno or pkgs.gnome.iagno) # go game
(pkgs.hitori or pkgs.gnome.hitori) # sudoku game
(pkgs.atomix or pkgs.gnome.atomix) # puzzle game
]);
];
}

View File

@@ -1,6 +0,0 @@
{
sound.enable = true; # alsa sound?
#sound.mediaKeys.enable = true # only enable if headless
security.rtkit.enable = true; # optional
}

View File

@@ -1,15 +0,0 @@
{ pkgs, ... }:
{
sound.enable = true; # alsa, needed?
#sound.mediaKeys.enable = true # only enable if headless
hardware.pulseaudio.enable = true;
hardware.pulseaudio.package = pkgs.pulseaudioFull; # optional
#hardware.pulseaudio.support32Bit = true;
nixpkgs.config.pulseaudio = true;
environment.systemPackages = with pkgs; [
pulseeffects-legacy
];
security.rtkit.enable = true; # optional
}