mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-13 02:34:05 -05:00
Merge branch 'master' of 192.168.50.8:TheWanderingCrow/NixOS
This commit is contained in:
commit
3acb651763
4 changed files with 4 additions and 61 deletions
|
|
@ -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
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
output * background /home/crow/.config/sway/background-3 fill
|
||||
BIN
modules/users/crow/configs/wallpapers/kali_lol.jpg
Normal file
BIN
modules/users/crow/configs/wallpapers/kali_lol.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue