Merge branch 'master' of 192.168.50.8:TheWanderingCrow/NixOS

This commit is contained in:
TheWanderingCrow 2024-10-22 10:23:09 -04:00
commit 3acb651763
4 changed files with 4 additions and 61 deletions

View file

@ -107,11 +107,6 @@
capslock = layer(standardL2)
[control+shift]
m = setlayout(main)
c = setlayout(colemak)
[standardL2]
w = up
@ -130,60 +125,6 @@
escape = ~
home = end
[colemakL2]
w = up
r = down
a = left
s = right
b = C-b
space = playpause
. = nextsong
, = previoussong
[ = delete
] = end
escape = ~
home = end
[colemak:layout]
capslock = layer(colemakL2)
w = w
, = ,
s = r
a = a
c = c
g = d
q = q
e = f
] = ]
d = s
/ = /
; = o
' = '
r = p
f = t
t = g
u = l
. = .
j = n
k = e
p = ;
o = y
z = z
h = h
i = u
[ = [
v = v
l = i
m = m
n = k
x = x
b = b
y = j
'';
};
};

View file

@ -0,0 +1 @@
output * background /home/crow/.config/sway/background-3 fill

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -4,8 +4,8 @@ let
else if osConfig.networking.hostName == "Parzival-Mobile" then ./configs/hypr/parzival_mobile-monitors.conf
else null;
swayMonitorConfig = if osConfig.networking.hostName == "Parzival" then ./configs/sway/parzival-monitors.conf
else if osConfig.networking.hostName == "Parzival-Mobile" then ./configs/sway/parzival_mobile-monitors.conf
else null;
else if osConfig.networking.hostName == "Parzival-Mobile" then ./configs/sway/parzival_mobile-monitors.conf
else null;
in
{
home = {
@ -30,6 +30,7 @@ in
file.".config/sway/monitors.conf".source = lib.mkIf (swayMonitorConfig != null) swayMonitorConfig;
file.".config/sway/background-1".source = ./configs/wallpapers/cyber_defiance.jpg;
file.".config/sway/background-2".source = ./configs/wallpapers/cyber_skyscrapers.jpg;
file.".config/sway/background-3".source = ./configs/wallpapers/kali_lol.jpg;
# i3
file.".config/i3/config".source = ./configs/i3/i3.conf;