Added better gnome compatibility
This commit is contained in:
@@ -12,6 +12,12 @@
|
||||
|
||||
userName = "Thomas Syms";
|
||||
userEmail = "thomassyms@gmail.com";
|
||||
|
||||
extraConfig = {
|
||||
credential.helper = "${
|
||||
pkgs.git.override {withLibsecret = true;}
|
||||
}/bin/git-credential-libsecret";
|
||||
};
|
||||
};
|
||||
|
||||
home.shellAliases = {
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
services.xserver.enable = true;
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
environment.systemPackages = [pkgs.gnome.adwaita-icon-theme];
|
||||
environment.variables = {
|
||||
GIT_ASKPASS = "${pkgs.kdePackages.ksshaskpass.out}/bin/ksshaskpass";
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user