adding nixbook
This commit is contained in:
parent
17f1e429d6
commit
5d6e9c93fb
5 changed files with 51 additions and 45 deletions
|
|
@ -278,6 +278,10 @@ in {
|
|||
plugins = [ pkgs.obs-studio-plugins.obs-move-transition ];
|
||||
};
|
||||
|
||||
programs.zed-editor = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# home.file.".config/mpv" = {
|
||||
# source = ../.config/mpv;
|
||||
# };
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ in
|
|||
"Super+Space".action.spawn = ["${pkgs.fish}/bin/fish" "-c" "rofi -no-lazy-grab -modi combi -show combi -combi-modi drun,run"];
|
||||
"Super+Shift+W".action.spawn = "rofi -i -show window";
|
||||
"Super+V".action = spawn ["${pkgs.fish}/bin/fish" "-c" "${pkgs.cliphist}/bin/cliphist list | ${pkgs.rofi}/bin/rofi -p ' ' -dmenu | ${pkgs.cliphist}/bin/cliphist decode | ${pkgs.wl-clipboard}/bin/wl-copy"];
|
||||
"Super+I".action.spawn = ["alacritty" "--class" "btm" "-e" "btm"];
|
||||
"Super+I".action.spawn = ["alacritty" "--class" "btm" "-e" "btop"];
|
||||
"Super+Alt+B".action.spawn = ["alacritty" "--class" "bluetui" "-e" "bluetui"];
|
||||
"Super+Alt+W".action.spawn = ["alacritty" "--class" "impala" "-e" "impala"];
|
||||
"Super+A".action.spawn = ["alacritty" "--class" "pulsemixer" "-e" "${pkgs.wiremix}/bin/wiremix"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue