Add anime-launcher, remove commented code in flake
Add anime-launcher because it needs to be installed at the system level to interact with /etc/hosts configuration. Remove commented code as it wasn't being used to overlay packages, and can be easily researched later
This commit is contained in:
parent
82979ed765
commit
a5c524ed33
4 changed files with 138 additions and 30 deletions
8
modules/etc/anime-launcher/default.nix
Normal file
8
modules/etc/anime-launcher/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ inputs, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [ inputs.aagl.nixosModules.default ];
|
||||
nix.settings = aagl.nixConfig;
|
||||
|
||||
programs.honkers-railway-launcher.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue