Removing libratbag and piper for solaar

This commit is contained in:
Annika Merris 2024-05-16 12:47:19 -04:00
parent 0c42c30140
commit 6db5969d3f
2 changed files with 10 additions and 3 deletions

View file

@ -26,6 +26,11 @@
catppuccin-vsc = { catppuccin-vsc = {
url = "https://flakehub.com/f/catppuccin/vscode/*.tar.gz"; url = "https://flakehub.com/f/catppuccin/vscode/*.tar.gz";
}; };
solaar = {
url = "github:Svenum/Solaar-Flake/latest";
inputs.nixpkgs.follows = "nixpkgs";
}
}; };
outputs = { self, nixpkgs, lix-module, ... }@inputs: outputs = { self, nixpkgs, lix-module, ... }@inputs:
@ -49,6 +54,7 @@
inputs.home-manager.nixosModules.default inputs.home-manager.nixosModules.default
inputs.sops-nix.nixosModules.sops inputs.sops-nix.nixosModules.sops
lix-module.nixosModules.default lix-module.nixosModules.default
solaar.nixosModules.default
]; ];
}; };
}; };

View file

@ -166,6 +166,10 @@
remotePlay.openFirewall = true; remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true; dedicatedServer.openFirewall = true;
}; };
solaar = {
enabled = true;
};
}; };
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
@ -178,9 +182,6 @@
python3 python3
age # For encryption age # For encryption
sops # For encryption too sops # For encryption too
piper
libratbag
]; ];
# List services that you want to enable: # List services that you want to enable: