home: some keybind changes nvim: random lsp related changes hosts/satori: add a separate nix.nix file home/services: random mpd update
15 lines
216 B
Nix
15 lines
216 B
Nix
{ lib, config, ...}:
|
|
{
|
|
imports =
|
|
[
|
|
./hardware.nix
|
|
./stuff.nix
|
|
./pkgs.nix
|
|
./networking.nix
|
|
./boot.nix
|
|
./services.nix
|
|
./nix.nix
|
|
];
|
|
system.stateVersion = "21.05";
|
|
}
|