Hide cursor when typing, add Zathura, disable cq-editor due to python breakage
This commit is contained in:
parent
dba5345455
commit
9934b2aad7
3 changed files with 11 additions and 1 deletions
|
@ -217,6 +217,12 @@ in
|
|||
|
||||
workspaceAutoBackAndForth = true;
|
||||
|
||||
seat = {
|
||||
"*" = {
|
||||
hide_cursor = "when-typing enable";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
extraConfig = ''
|
||||
assign [app_id="firefox"] 1
|
||||
|
|
|
@ -9,6 +9,8 @@ in
|
|||
config = mkIf (cfg.enable) {
|
||||
programs.zathura = {
|
||||
enable = true;
|
||||
|
||||
extraConfig = (builtins.readFile ./theme);
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -75,6 +75,7 @@ in
|
|||
sway.enable = true;
|
||||
tmux.enable = true;
|
||||
waybar.enable = true;
|
||||
zathura.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -82,7 +83,7 @@ in
|
|||
bandwhich
|
||||
bitwarden
|
||||
bottom
|
||||
inputs.cq-flake.packages.${pkgs.system}.cq-editor
|
||||
# inputs.cq-flake.packages.${pkgs.system}.cq-editor
|
||||
fd
|
||||
ffmpeg
|
||||
ffmpeg.bin
|
||||
|
@ -200,6 +201,7 @@ in
|
|||
../../home-manager/modules/sway
|
||||
../../home-manager/modules/tmux
|
||||
../../home-manager/modules/waybar
|
||||
../../home-manager/modules/zathura
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue