fix gnome module
This commit is contained in:
parent
9da7c7c9fc
commit
821549f525
15
gnome3.nix
15
gnome3.nix
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./pulseaudio.nix
|
./pipewire.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
i18n.inputMethod = {
|
i18n.inputMethod = {
|
||||||
@ -11,12 +11,15 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gnome3.libgweather
|
gnome.gnome-tweaks
|
||||||
gnome3.gnome-tweak-tool
|
|
||||||
pavucontrol
|
pavucontrol
|
||||||
paprefs
|
paprefs
|
||||||
|
playerctl
|
||||||
|
xorg.xlsclients
|
||||||
];
|
];
|
||||||
|
|
||||||
|
hardware.pulseaudio.enable = false;
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
enableDefaultFonts = false;
|
enableDefaultFonts = false;
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
@ -81,11 +84,11 @@
|
|||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
libinput.enable = true;
|
# libinput.enable = true;
|
||||||
displayManager.gdm.enable = true;
|
displayManager.gdm.enable = true;
|
||||||
displayManager.defaultSession = "gnome";
|
# displayManager.defaultSession = "gnome";
|
||||||
|
|
||||||
desktopManager.gnome3 = {
|
desktopManager.gnome = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user