moved to alacritty
This commit is contained in:
parent
6aeb038f61
commit
1e8a704d91
@ -10,8 +10,8 @@
|
||||
floating.border = 0;
|
||||
window.border = 1;
|
||||
window.titlebar = false;
|
||||
terminal = "${pkgs.foot}/bin/foot";
|
||||
menu = "${pkgs.rofi}/bin/rofi -show drun -modi drun";
|
||||
terminal = "${pkgs.alacritty}/bin/alacritty";
|
||||
menu = "${pkgs.wofi}/bin/wofi -show drun -modi drun";
|
||||
bars = [];
|
||||
gaps = {
|
||||
inner = 10;
|
||||
|
||||
@ -8,12 +8,9 @@
|
||||
|
||||
programs = {
|
||||
mako = { enable = true; };
|
||||
foot = { enable = true; };
|
||||
alacritty = { enable = true; };
|
||||
swaylock = {enable = true;};
|
||||
rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
};
|
||||
wofi = { enable = true; };
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user