SSH oddity with jupiter
This commit is contained in:
parent
7e067eb274
commit
0a3b5d2fca
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@
|
||||||
config = lib.mkIf config.jovian.steam.enable {
|
config = lib.mkIf config.jovian.steam.enable {
|
||||||
jovian.steam.desktopSession = "gnome";
|
jovian.steam.desktopSession = "gnome";
|
||||||
|
|
||||||
services.desktopManager.gnome.enable = true;
|
services = {
|
||||||
|
desktopManager.gnome.enable = true;
|
||||||
|
gnome.gcr-ssh-agent.enable = lib.mkForce false;
|
||||||
|
};
|
||||||
|
|
||||||
environment.gnome.excludePackages = with pkgs; [
|
environment.gnome.excludePackages = with pkgs; [
|
||||||
adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue