chore: reorganise nix files into base dir

This commit is contained in:
Nico 2025-05-03 16:15:57 +10:00
parent 0fdd56c432
commit 104a0ccd4a
13 changed files with 2 additions and 2 deletions

View file

@ -1,7 +0,0 @@
{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
osu-lazer
];
}