diff options
author | Akshay <[email protected]> | 2023-10-06 14:57:30 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2023-10-06 14:57:30 +0100 |
commit | 6452d3840b78d619018aa305e718ebd2a642caf4 (patch) | |
tree | 30b7a8a1c9c56475d1978e4a7c34e657dd46f456 /hosts/myrtle | |
parent | 1f5297bf737560fa2dd886fbb8cb94331cccf93a (diff) |
unify fonts
Diffstat (limited to 'hosts/myrtle')
-rw-r--r-- | hosts/myrtle/configuration.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/hosts/myrtle/configuration.nix b/hosts/myrtle/configuration.nix index f554069..82eb763 100644 --- a/hosts/myrtle/configuration.nix +++ b/hosts/myrtle/configuration.nix | |||
@@ -103,8 +103,6 @@ | |||
103 | gamemode.enable = true; | 103 | gamemode.enable = true; |
104 | }; | 104 | }; |
105 | 105 | ||
106 | # sound.enable = true; | ||
107 | |||
108 | hardware = { | 106 | hardware = { |
109 | opengl.driSupport = true; | 107 | opengl.driSupport = true; |
110 | bluetooth = { | 108 | bluetooth = { |
@@ -192,13 +190,6 @@ | |||
192 | group = "signald"; | 190 | group = "signald"; |
193 | }; | 191 | }; |
194 | 192 | ||
195 | bitlbee = { | ||
196 | enable = true; | ||
197 | libpurple_plugins = [ | ||
198 | pkgs.purple-signald | ||
199 | ]; | ||
200 | portNumber = 8888; | ||
201 | }; | ||
202 | }; | 193 | }; |
203 | 194 | ||
204 | systemd.sleep.extraConfig = '' | 195 | systemd.sleep.extraConfig = '' |