cube/hp: i3 to gnome

This commit is contained in:
Sean Buckley 2021-09-06 22:36:43 -04:00
parent 8f40a49f75
commit 78bcffb691
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
sconfig = { sconfig = {
i3.enable = true; gnome = true;
profile = "desktop"; profile = "desktop";
security-tools = true; security-tools = true;
i3.extraConfig = '' i3.extraConfig = ''

View file

@ -5,7 +5,7 @@
}; };
sconfig = { sconfig = {
i3.enable = true; gnome = true;
profile = "desktop"; profile = "desktop";
security-tools = true; security-tools = true;
}; };