organize
This commit is contained in:
parent
5a74c0f0c3
commit
91a90350a9
8 changed files with 49 additions and 24 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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''
|
||||
|
|
|
@ -4,7 +4,10 @@
|
|||
fonts.fontconfig = {
|
||||
enable = true;
|
||||
defaultFonts = {
|
||||
monospace = [ "jetbrains-mono" ];
|
||||
monospace = [ "JetBrains Mono" ];
|
||||
serif = [ "" ];
|
||||
sansSerif = [ "" ];
|
||||
emoji = [ "" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
gtk = {
|
||||
enable = true;
|
||||
font = {
|
||||
name = "jetbrains-mono";
|
||||
name = "JetBrains Mono";
|
||||
package = pkgs.jetbrains-mono;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue