Add Rupert’s configuration
This commit is contained in:
commit
2b4264d32d
31 changed files with 1742 additions and 0 deletions
10
base/default.nix
Normal file
10
base/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./xkb
|
||||
./neovim.nix
|
||||
./packages.nix
|
||||
./users.nix
|
||||
./locale.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue