Skip to content

Commit 39464c3

Browse files
committed
update
1 parent 1a560d0 commit 39464c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

home-manager/services/advanced.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{ pkgs, emacsPkg }:
22
let
3+
autorandr = import ./autorandr { inherit pkgs; };
34
emacs = import ./emacs { inherit pkgs emacsPkg; };
45
mako = import ./mako { inherit pkgs; };
56
ollama = import ./ollama { inherit pkgs; };
@@ -9,6 +10,7 @@ let
910
swayosd = import ./swayosd { inherit pkgs; };
1011
in
1112
[
13+
autorandr
1214
emacs
1315
mako
1416
ollama

0 commit comments

Comments
 (0)