system/aagl: init, and enable on hyacinth
This commit is contained in:
parent
ec14782c77
commit
7d79d605d3
5 changed files with 71 additions and 10 deletions
|
|
@ -25,6 +25,7 @@ in {
|
|||
./services/vaultwarden.nix
|
||||
];
|
||||
system = mkAttrsFromPaths [
|
||||
./system/aagl.nix
|
||||
./system/audio.nix
|
||||
./system/base.nix
|
||||
./system/bluetooth.nix
|
||||
|
|
|
|||
6
modules/system/aagl.nix
Normal file
6
modules/system/aagl.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ inputs, ... }: {
|
||||
imports = [ inputs.aagl.nixosModules.default ];
|
||||
nix.settings = inputs.aagl.nixConfig;
|
||||
programs.anime-game-launcher.enable = true;
|
||||
programs.sleepy-launcher.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue