mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
cube/hp: i3 to gnome
This commit is contained in:
parent
8f40a49f75
commit
78bcffb691
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
sconfig = {
|
||||
i3.enable = true;
|
||||
gnome = true;
|
||||
profile = "desktop";
|
||||
security-tools = true;
|
||||
i3.extraConfig = ''
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
};
|
||||
|
||||
sconfig = {
|
||||
i3.enable = true;
|
||||
gnome = true;
|
||||
profile = "desktop";
|
||||
security-tools = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue