ljlkjdsa
This commit is contained in:
@@ -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
|
||||
]);
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
sound.enable = true; # alsa sound?
|
||||
#sound.mediaKeys.enable = true # only enable if headless
|
||||
|
||||
security.rtkit.enable = true; # optional
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user