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 = ''
|
programs.ssh.extraConfig = ''
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
IdentityFile ~/.ssh/git
|
IdentityFile ~/.ssh/git
|
||||||
|
Host cipterm0.cip.cs.fau.de
|
||||||
|
HostName cipterm0.cip.cs.fau.de
|
||||||
|
User hy84coky
|
||||||
'';
|
'';
|
||||||
|
|
||||||
programs.steam.enable = true;
|
programs.steam.enable = true;
|
||||||
|
|
|
@ -40,11 +40,13 @@
|
||||||
size = 1;
|
size = 1;
|
||||||
passes = 1;
|
passes = 1;
|
||||||
};
|
};
|
||||||
drop_shadow = true;
|
shadow = {
|
||||||
shadow_range = 100;
|
enabled = true;
|
||||||
shadow_render_power = 5;
|
range = 100;
|
||||||
"col.shadow" = "0x33000000";
|
render_power = 5;
|
||||||
"col.shadow_inactive" = "0x22000000";
|
color = "0x33000000";
|
||||||
|
color_inactive = "0x22000000";
|
||||||
|
};
|
||||||
rounding = 15;
|
rounding = 15;
|
||||||
};
|
};
|
||||||
animations = {
|
animations = {
|
||||||
|
|
|
@ -30,10 +30,16 @@
|
||||||
# smt solver for liquid haskell
|
# smt solver for liquid haskell
|
||||||
z3
|
z3
|
||||||
|
|
||||||
# stuff
|
# operating systems stuff
|
||||||
|
grub2
|
||||||
|
xorriso
|
||||||
|
qemu
|
||||||
|
nasm
|
||||||
man-pages
|
man-pages
|
||||||
man-pages-posix
|
man-pages-posix
|
||||||
cpplint
|
cpplint
|
||||||
|
|
||||||
|
# stuff
|
||||||
jq
|
jq
|
||||||
vlc
|
vlc
|
||||||
openvpn
|
openvpn
|
||||||
|
|
Loading…
Reference in a new issue