File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- { inputs , ... } :
1
+ { self , inputs , ... } :
2
2
3
3
{
4
4
# nix-darwin configurations
20
20
inputs . crowdsec . nixosModules . crowdsec
21
21
inputs . crowdsec . nixosModules . crowdsec-firewall-bouncer
22
22
inputs . nix-minecraft . nixosModules . minecraft-servers
23
+ self . nixosModules . shpool
23
24
24
25
{
25
26
age . secrets = {
Original file line number Diff line number Diff line change 48
48
dbus . implementation = "broker" ;
49
49
50
50
eternal-terminal . enable = true ;
51
+ shpool . enable = true ;
51
52
52
53
openssh = {
53
54
enable = true ;
Original file line number Diff line number Diff line change 36
36
cmd - e : yabai -m window --toggle zoom-fullscreen
37
37
shift + cmd - e : yabai -m window --toggle float --grid 4:4:1:1:2:2
38
38
''
39
- + lib . optionalString config . services . yabai . enable ( lib . concatLines ( map move ( map toString ( lib . range 1 6 ) ) ) )
40
- + lib . optionalString config . services . yabai . enable ( lib . concatLines ( map ws ( map toString ( lib . range 1 6 ) ) ) ) ;
39
+ + lib . optionalString config . services . yabai . enable (
40
+ lib . concatLines ( map move ( map toString ( lib . range 1 6 ) ) )
41
+ )
42
+ + lib . optionalString config . services . yabai . enable (
43
+ lib . concatLines ( map ws ( map toString ( lib . range 1 6 ) ) )
44
+ ) ;
41
45
} ;
42
46
43
47
yabai = {
You can’t perform that action at this time.
0 commit comments