hyprland update
This commit is contained in:
parent
707e511ec6
commit
127c44a5bd
3 changed files with 17 additions and 6 deletions
|
@ -217,6 +217,9 @@
|
|||
programs.ssh.extraConfig = ''
|
||||
AddKeysToAgent yes
|
||||
IdentityFile ~/.ssh/git
|
||||
Host cipterm0.cip.cs.fau.de
|
||||
HostName cipterm0.cip.cs.fau.de
|
||||
User hy84coky
|
||||
'';
|
||||
|
||||
programs.steam.enable = true;
|
||||
|
|
|
@ -40,11 +40,13 @@
|
|||
size = 1;
|
||||
passes = 1;
|
||||
};
|
||||
drop_shadow = true;
|
||||
shadow_range = 100;
|
||||
shadow_render_power = 5;
|
||||
"col.shadow" = "0x33000000";
|
||||
"col.shadow_inactive" = "0x22000000";
|
||||
shadow = {
|
||||
enabled = true;
|
||||
range = 100;
|
||||
render_power = 5;
|
||||
color = "0x33000000";
|
||||
color_inactive = "0x22000000";
|
||||
};
|
||||
rounding = 15;
|
||||
};
|
||||
animations = {
|
||||
|
|
|
@ -30,10 +30,16 @@
|
|||
# smt solver for liquid haskell
|
||||
z3
|
||||
|
||||
# stuff
|
||||
# operating systems stuff
|
||||
grub2
|
||||
xorriso
|
||||
qemu
|
||||
nasm
|
||||
man-pages
|
||||
man-pages-posix
|
||||
cpplint
|
||||
|
||||
# stuff
|
||||
jq
|
||||
vlc
|
||||
openvpn
|
||||
|
|
Loading…
Reference in a new issue