mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update config-gnome.nix
This commit is contained in:
parent
670721671e
commit
7d02538510
1 changed files with 1 additions and 5 deletions
|
@ -32,9 +32,6 @@
|
||||||
# Enter keyboard layout
|
# Enter keyboard layout
|
||||||
services.xserver.layout = "us";
|
services.xserver.layout = "us";
|
||||||
|
|
||||||
# Enable flatpak
|
|
||||||
services.flatpak.enable = true;
|
|
||||||
|
|
||||||
# Enable PackageKit for Discover
|
# Enable PackageKit for Discover
|
||||||
services.packagekit.enable = true;
|
services.packagekit.enable = true;
|
||||||
|
|
||||||
|
@ -58,7 +55,6 @@
|
||||||
[
|
[
|
||||||
firefox
|
firefox
|
||||||
fish
|
fish
|
||||||
flatpak
|
|
||||||
git
|
git
|
||||||
thunderbird
|
thunderbird
|
||||||
tilix
|
tilix
|
||||||
|
@ -73,7 +69,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
alsa.support32Bit = true;
|
alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
pulse.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
# GNOME
|
# GNOME
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue