mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -05:00
Removing libratbag and piper for solaar
This commit is contained in:
parent
0c42c30140
commit
6db5969d3f
2 changed files with 10 additions and 3 deletions
|
|
@ -26,6 +26,11 @@
|
|||
catppuccin-vsc = {
|
||||
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:
|
||||
|
|
@ -49,6 +54,7 @@
|
|||
inputs.home-manager.nixosModules.default
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
lix-module.nixosModules.default
|
||||
solaar.nixosModules.default
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -166,6 +166,10 @@
|
|||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
};
|
||||
|
||||
solaar = {
|
||||
enabled = true;
|
||||
};
|
||||
};
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
|
|
@ -178,9 +182,6 @@
|
|||
python3
|
||||
age # For encryption
|
||||
sops # For encryption too
|
||||
|
||||
piper
|
||||
libratbag
|
||||
];
|
||||
|
||||
# List services that you want to enable:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue