added alacritty
This commit is contained in:
parent
baceb411ce
commit
6ea135b770
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
../common
|
||||
./cinnamon-monitors.nix
|
||||
# This doesn't seem to work in Cinnamon
|
||||
#./cinnamon-monitors.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
in ''
|
||||
|
||||
${monitor}
|
||||
$terminal = kitty
|
||||
$terminal = alacritty
|
||||
$fileManager = thunar
|
||||
$menu = wofi --show drun
|
||||
|
||||
|
@ -52,8 +52,8 @@
|
|||
gaps_in = 5
|
||||
gaps_out = 20
|
||||
border_size = 2
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
col.active_border = #22ff00
|
||||
col.inactive_border = #aecbb4
|
||||
|
||||
layout = dwindle
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
];
|
||||
|
||||
home.packages = [
|
||||
pkgs.kitty
|
||||
pkgs.alacritty
|
||||
pkgs.zathura
|
||||
pkgs.xfce.thunar
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue