diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-05-05 12:51:12 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-05-05 12:51:12 +0530 |
commit | 043b9628b4834144f70271fb9aa7701e3938c46c (patch) | |
tree | cb3f27f93c0a78af42fc9e3ec78977041791c973 | |
parent | 5f9bcaa2801fcb93bf5cbed574d6e6027c7f0c67 (diff) | |
download | dotfiles-master.tar.gz |
-rw-r--r-- | nix/home.nix | 1 | ||||
-rw-r--r-- | nix/hosts/wyndle/configuration.nix | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/nix/home.nix b/nix/home.nix index 4881c4b..62d1bd9 100644 --- a/nix/home.nix +++ b/nix/home.nix | |||
@@ -51,6 +51,7 @@ | |||
51 | aerc | 51 | aerc |
52 | calibre | 52 | calibre |
53 | pinentry | 53 | pinentry |
54 | libimobiledevice | ||
54 | 55 | ||
55 | ] ++ (import ./bin { inherit pkgs theme host; }); | 56 | ] ++ (import ./bin { inherit pkgs theme host; }); |
56 | 57 | ||
diff --git a/nix/hosts/wyndle/configuration.nix b/nix/hosts/wyndle/configuration.nix index 24d65d9..9a5a17d 100644 --- a/nix/hosts/wyndle/configuration.nix +++ b/nix/hosts/wyndle/configuration.nix | |||
@@ -39,6 +39,7 @@ in | |||
39 | "GoSpaze 2" = { | 39 | "GoSpaze 2" = { |
40 | psk = "@PSK_GOSP@"; | 40 | psk = "@PSK_GOSP@"; |
41 | }; | 41 | }; |
42 | denim.psk = "@PSK_DENI@"; | ||
42 | }; | 43 | }; |
43 | extraConfig = '' | 44 | extraConfig = '' |
44 | ctrl_interface=/run/wpa_supplicant | 45 | ctrl_interface=/run/wpa_supplicant |
@@ -140,6 +141,7 @@ in | |||
140 | }; | 141 | }; |
141 | 142 | ||
142 | services = { | 143 | services = { |
144 | usbmuxd.enable = true; | ||
143 | asusctl.enable = true; | 145 | asusctl.enable = true; |
144 | supergfxctl.enable = true; | 146 | supergfxctl.enable = true; |
145 | pipewire = { | 147 | pipewire = { |