dotfiles/nix/home/default.nix
Alyxia Sother 2daf5f1b05
[nix] Redo and restructure the entire config
Thanks @KaitlynEthylia :)
2024-07-11 19:07:47 +02:00

7 lines
87 B
Nix

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