This commit is contained in:
willifan 2024-05-12 22:34:32 +02:00
parent 5a74c0f0c3
commit 91a90350a9
8 changed files with 49 additions and 24 deletions

View file

@ -6,7 +6,11 @@
grim
slurp
wl-clipboard
playerctl
kanshi
jq
bc
xorg.xrandr
@ -14,11 +18,13 @@
inotify-tools
papirus-icon-theme
eww
mako
polkit_gnome
dconf
python3
usbutils
unzip

View file

@ -161,7 +161,7 @@
''$mainMod, V, togglefloating, ''
''$mainMod, R, exec, wofi --show drun''
''$mainMod, J, togglesplit, # dwindle''
''$mainMod, P, exec, enpass''
''$mainMod, P, exec, Enpass''
''$mainMod, T, exec, hyprctl dispatch exec "[float; pin; size 40% 40%; move 100%-41% 40] kitty bpytop -b proc"''
''$mainMod, W, exec, networkmanager_dmenu''
''$mainMod, F, fullscreen''

View file

@ -4,7 +4,10 @@
fonts.fontconfig = {
enable = true;
defaultFonts = {
monospace = [ "jetbrains-mono" ];
monospace = [ "JetBrains Mono" ];
serif = [ "" ];
sansSerif = [ "" ];
emoji = [ "" ];
};
};
};

View file

@ -5,7 +5,7 @@
gtk = {
enable = true;
font = {
name = "jetbrains-mono";
name = "JetBrains Mono";
package = pkgs.jetbrains-mono;
};