dotfiles/nix/home/alyxia/default.nix
isabel 62fe63eea2
refactor: nix
mostly small changes to move to a module based strucutre such that you
can add more hosts at a later date
2025-01-17 13:34:38 +00:00

7 lines
86 B
Nix

{ lib, ... }:
{
imports = lib.importAll [ ] ./.;
home.stateVersion = "24.05";
}