gnome: improve gnome experience
This commit is contained in:
parent
804e8b50f5
commit
82db6d783d
|
@ -7,10 +7,19 @@
|
||||||
# Enable the GNOME Desktop Environment.
|
# Enable the GNOME Desktop Environment.
|
||||||
services.xserver.displayManager.gdm.enable = true;
|
services.xserver.displayManager.gdm.enable = true;
|
||||||
services.xserver.desktopManager.gnome.enable = true;
|
services.xserver.desktopManager.gnome.enable = true;
|
||||||
|
|
||||||
|
services.xserver.displayManager.autoLogin = {
|
||||||
|
enable = true;
|
||||||
|
user = "lelgenio";
|
||||||
|
};
|
||||||
|
|
||||||
# services.xserver.displayManager.autologin.user = "lelgenio";
|
# services.xserver.displayManager.autologin.user = "lelgenio";
|
||||||
environment.systemPackages = with pkgs; with gnome; [
|
environment.systemPackages = with pkgs; with gnome; [
|
||||||
gnome-tweaks
|
gnome-tweaks
|
||||||
dconf-editor
|
dconf-editor
|
||||||
|
|
||||||
|
chrome-gnome-shell
|
||||||
gnomeExtensions.gsconnect
|
gnomeExtensions.gsconnect
|
||||||
|
gnomeExtensions.quick-settings-audio-devices-hider
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,8 +33,13 @@
|
||||||
amberol
|
amberol
|
||||||
pitivi
|
pitivi
|
||||||
gnome-passwordsafe
|
gnome-passwordsafe
|
||||||
|
|
||||||
|
libsForQt5.qt5ct
|
||||||
|
libsForQt5.qtstyleplugin-kvantum
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.sessionVariables = { QT_QPA_PLATFORMTHEME = "qt5ct"; };
|
||||||
|
|
||||||
xdg.defaultApplications = {
|
xdg.defaultApplications = {
|
||||||
enable = true;
|
enable = true;
|
||||||
text-editor = "codium.desktop";
|
text-editor = "codium.desktop";
|
||||||
|
|
|
@ -16,6 +16,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
home.packages = with pkgs; [ wpass _gpg-unlock ];
|
home.packages = with pkgs; [
|
||||||
|
wpass
|
||||||
|
_gpg-unlock
|
||||||
|
qtpass
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue