major rewrite of flake including new bitwig package for betas
This commit is contained in:
parent
9b99eef302
commit
2e67727fc0
11 changed files with 339 additions and 169 deletions
|
@ -15,7 +15,7 @@
|
|||
# You can add overlays here
|
||||
overlays = [
|
||||
# Add overlays your own flake exports (from overlays and pkgs dir):
|
||||
# outputs.overlays.additions
|
||||
outputs.overlays.additions
|
||||
outputs.overlays.modifications
|
||||
outputs.overlays.unstable-packages
|
||||
];
|
||||
|
@ -90,19 +90,6 @@
|
|||
|
||||
systemd.services.tailscaled.after = ["NetworkManager-wait-online.service"];
|
||||
|
||||
# nixpkgs.config.packageOverrides = pkgs: {
|
||||
# openrazer-daemon = pkgs.openrazer-daemon.overrideDerivation (previous: {
|
||||
# name = "openrazer-daemon390";
|
||||
# src = pkgs.fetchFromGitHub {
|
||||
# owner = "openrazer";
|
||||
# repo = "openrazer";
|
||||
# hash = "sha256-MLwhqLPWdjg1ZUZP5Sig37RgZEeHlU+DyELpyMif6iY=";
|
||||
# rev = "ae5791101e39b91518abb16f26978f2f0eea5e03";
|
||||
# };
|
||||
# # patches = [""];
|
||||
# });
|
||||
# };
|
||||
|
||||
hardware = {
|
||||
openrazer = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue