hotfix de reestructuración

This commit is contained in:
Fabián Montero 2022-11-29 21:47:43 -06:00
parent b29950097c
commit 0bdad7bc4e
8 changed files with 18 additions and 14 deletions

View file

@ -6,7 +6,7 @@ in
{
options.local.gui = {
enable = mkEnableOption "GUI settings and programs";
desktop = mkEnableOption "i3 desktop envirorment"
desktop = mkEnableOption "i3 desktop envirorment";
};
imports = [

View file

@ -10,5 +10,5 @@ in
gruvbox-dark-icons-gtk
libsForQt5.breeze-gtk
];
}
};
}

View file

@ -51,8 +51,6 @@ in
"${mod}+Shift+s" = "exec ${pkgs.maim}/bin/maim -s -u | ${pkgs.xclip}/bin/xclip -selection clipboard -t image/png -i";
"${mod}+Shift+w" = "move workspace to output right";
};
# menu = "${pkgs.dmenu}/bin/dmenu_run"
startup = [
{
@ -82,6 +80,11 @@ in
notification = false;
always = true;
}
{
command = "${pkgs.autorandr}/bin/autorandr -c";
notification = false;
always = true;
}
];
workspaceOutputAssign = [