added alacritty

This commit is contained in:
Sam 2024-05-31 22:09:56 +01:00
parent baceb411ce
commit 6ea135b770
3 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,7 @@
{ {
imports = [ imports = [
../common ../common
./cinnamon-monitors.nix # This doesn't seem to work in Cinnamon
#./cinnamon-monitors.nix
]; ];
} }

View File

@ -26,7 +26,7 @@
in '' in ''
${monitor} ${monitor}
$terminal = kitty $terminal = alacritty
$fileManager = thunar $fileManager = thunar
$menu = wofi --show drun $menu = wofi --show drun
@ -52,8 +52,8 @@
gaps_in = 5 gaps_in = 5
gaps_out = 20 gaps_out = 20
border_size = 2 border_size = 2
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg col.active_border = #22ff00
col.inactive_border = rgba(595959aa) col.inactive_border = #aecbb4
layout = dwindle layout = dwindle

View File

@ -19,7 +19,7 @@
]; ];
home.packages = [ home.packages = [
pkgs.kitty pkgs.alacritty
pkgs.zathura pkgs.zathura
pkgs.xfce.thunar pkgs.xfce.thunar
]; ];