Skip to content

Commit d797a8d

Browse files
remove hyprland
1 parent b5faa1e commit d797a8d

File tree

5 files changed

+36
-36
lines changed

5 files changed

+36
-36
lines changed

desktop/l/configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#./docker-compose.nix
4040
./docker-daemon.nix
4141
#./smokeping.nix
42-
./distributed-builds.nix
42+
#./distributed-builds.nix
4343
#./hyprland.nix
4444
];
4545

desktop/l/flake.lock

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

desktop/l/home.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,6 @@
465465
# Filesystem/Monitoring
466466
inotify-tools
467467

468-
469468
# SDR
470469
gnuradio
471470
hackrf
@@ -498,8 +497,8 @@
498497
# https://github.com/aarzilli/gdlv
499498
gdlv
500499
buf
501-
protobuf_27
502-
grpcurl
500+
#protobuf_27
501+
#grpcurl
503502
# https://github.com/go-gorm/gen
504503
# https://github.com/infobloxopen/protoc-gen-gorm/blob/main/example/postgres_arrays/buf.gen.yaml
505504
gorm-gentool

desktop/l2/flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# https://nix.dev/manual/nix/2.24/command-ref/new-cli/nix3-flake.html#flake-inputs
88
inputs = {
99
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
10+
#nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
1011

1112
# https://nixos-and-flakes.thiscute.world/nixos-with-flakes/start-using-home-manager
1213
home-manager = {

desktop/l2/hostapd-multi.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,12 @@ in {
211211
};
212212
};
213213

214-
systemd.network.networks."dummy0" = {
215-
matchConfig.Name = "dummy0";
216-
networkConfig = {
217-
Bridge = "br0";
214+
systemd.network.networks."dummy0" = {
215+
matchConfig.Name = "dummy0";
216+
networkConfig = {
217+
Bridge = "br0";
218+
};
218219
};
219-
};
220220

221221
# https://www.freedesktop.org/software/systemd/man/latest/systemd.network.html
222222
systemd.network.networks = {

0 commit comments

Comments
 (0)