Skip to content

Commit 186a80c

Browse files
authored
nvim 0.7, disable window picker for nvim-tree, remove legacy pulseaudio-modules-bt, remove broken libfive (#11)
1 parent 4ef7681 commit 186a80c

File tree

9 files changed

+159
-166
lines changed

9 files changed

+159
-166
lines changed

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hardware/pulseaudio.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ in
2525
pulseaudio = {
2626
enable = true;
2727
package = pkgs.pulseaudioFull; # JACK support, Bluetooth
28-
extraModules = [ pkgs.pulseaudio-modules-bt ];
2928
# auto-switch to bluetooth headset
3029
extraConfig = lib.mkDefault "load-module module-switch-on-connect";
3130
};

packages/3d-print.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
# programmatic cads
1111
openscad
12-
libfive
12+
# libfive
1313
];
1414
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This repo is just a bunch of NixOS modules, so you can pick or override anything
3131

3232
## Hardware Engineering
3333

34-
* programmatic cads: libfive, openscad
34+
* programmatic cads: openscad
3535
* slicers for 3d printer: prusa-slicer, cura
3636
* circuit diagrams: librepcb, fritzing
3737
* [platformio-cli](https://jeelabs.org/2018/getting-started-bp/)

services/vpn/surfshark/de-ber.prod.surfshark.com_udp.ovpn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ reneg-sec 0
1717

1818
remote-cert-tls server
1919

20-
auth-user-pass /etc/nixos/services/vpn/surfshark/auth.txt /etc/nixos/services/vpn/surfshark/auth.txt
20+
auth-user-pass /etc/nixos/services/vpn/surfshark/auth.txt
2121

2222
#comp-lzo
2323
verb 3

services/vpn/surfshark/fr-par.prod.surfshark.com_udp.ovpn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ reneg-sec 0
1717

1818
remote-cert-tls server
1919

20-
auth-user-pass /etc/nixos/services/vpn/surfshark/auth.txt /etc/nixos/services/vpn/surfshark/auth.txt
20+
auth-user-pass /etc/nixos/services/vpn/surfshark/auth.txt
2121

2222
#comp-lzo
2323
verb 3

services/vpn/surfshark/uk-lon.prod.surfshark.com_udp.ovpn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ reneg-sec 0
1717

1818
remote-cert-tls server
1919

20-
auth-user-pass /etc/nixos/services/vpn/surfshark/auth.txt /etc/nixos/services/vpn/surfshark/auth.txt
20+
auth-user-pass /etc/nixos/services/vpn/surfshark/auth.txt
2121

2222
#comp-lzo
2323
verb 3

sys/aliases.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636

3737
# nix
3838
e = "nvim /etc/nixos/configuration.nix";
39-
b = "sudo nixos-rebuild switch --keep-going";
39+
# hack for https://github.com/NixOS/nixpkgs/issues/169193
40+
b = "nixos-rebuild switch --use-remote-sudo";
4041
search = "nix search nixpkgs";
4142
wipe-user-packages = "nix-env -e '*'";
4243
nix-gc = "sudo nix-collect-garbage --delete-older-than 30d";

0 commit comments

Comments
 (0)