hotfix de reestructuración
This commit is contained in:
parent
b29950097c
commit
0bdad7bc4e
8 changed files with 18 additions and 14 deletions
|
@ -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 = [
|
||||
|
|
|
@ -10,5 +10,5 @@ in
|
|||
gruvbox-dark-icons-gtk
|
||||
libsForQt5.breeze-gtk
|
||||
];
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Reference in a new issue