nix-dotfiles/systems/onizuka/default.nix
Julia Lange a5c524ed33 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
2024-03-17 16:14:40 -07:00

11 lines
205 B
Nix

{ config, pkgs, lib, ... }:
{
networking.hostName = "onizuka";
imports = [
./hardware.nix
../../modules/graphics/nvidia
../../modules/etc/steam
../../modules/etc/anime-launcher
];
}