mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
nixosConfigurations abstraction
This commit is contained in:
parent
4f9c434347
commit
a37cdcab5d
2 changed files with 31 additions and 42 deletions
|
|
@ -45,6 +45,10 @@ inputs: {
|
|||
"steam-original"
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
inputs.nvim-flake.overlays.default
|
||||
];
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.bitwarden #store stuff
|
||||
pkgs.qbittorrent #steal stuff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue