add dash, switch to foot
This commit is contained in:
5
home.nix
5
home.nix
@@ -164,6 +164,7 @@ in {
|
||||
};
|
||||
statusline.lualine.enable = true;
|
||||
syntaxHighlighting = true;
|
||||
utility.vim-wakatime.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -218,7 +219,7 @@ in {
|
||||
"Mod+Shift+J".action = move-column-to-workspace-down;
|
||||
"Mod+Shift+K".action = move-column-to-workspace-up;
|
||||
|
||||
"Mod+Shift+Return".action = spawn "kitty" "brush";
|
||||
"Mod+Shift+Return".action = spawn "foot" "brush";
|
||||
"Mod+Shift+R".action = spawn "rofi" "-show" "run";
|
||||
"Mod+Shift+Q".action = spawn "qutebrowser";
|
||||
"Mod+Shift+C" = {
|
||||
@@ -276,8 +277,10 @@ in {
|
||||
pkgs.acpi
|
||||
pkgs.brush
|
||||
pkgs.brightnessctl
|
||||
pkgs.dash
|
||||
pkgs.dust
|
||||
pkgs.flameshot
|
||||
pkgs.foot
|
||||
pkgs.fzf
|
||||
pkgs.jmtpfs
|
||||
pkgs.nix-output-monitor
|
||||
|
Reference in New Issue
Block a user