1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 20:31:07 +01:00

corrige viae catulli

This commit is contained in:
Kierán Meinhardt
2019-01-30 13:59:00 +01:00
parent 943d707626
commit 27054c16b5

View File

@@ -2,9 +2,9 @@
let vimConfig = import ../../dot/vim.nix { inherit config pkgs; }; let vimConfig = import ../../dot/vim.nix { inherit config pkgs; };
in { in {
imports = [ imports = [
../configs/users.nix ../../configs/users.nix
../configs/htop.nix ../../configs/htop.nix
../configs/shells.nix ../../configs/shells.nix
]; ];
boot.loader.grub.enable = false; boot.loader.grub.enable = false;