A lot of changes I cba to document

This commit is contained in:
blahai 2024-12-12 20:31:32 +02:00
parent 895247fd68
commit 3f62b901bd
No known key found for this signature in database
7 changed files with 162 additions and 114 deletions

View file

@ -1,7 +1,7 @@
{ config, pkgs, inputs, ... }: {
nixpkgs = {
overlays = [ inputs.nur.overlay ];
overlays = [ inputs.nur.overlays.default ];
config = { allowUnfree = true; };
};
@ -9,7 +9,7 @@
protonup-qt
prismlauncher
osu-lazer-bin
davinci-resolve
# davinci-resolve
nur.repos.reedrw.jkps
];

View file

@ -3,7 +3,7 @@
imports = [
./vpn.nix
./pipewire.nix
./bluetooth.nix
# ./bluetooth.nix
./tailscale.nix
];
}