diff options
Diffstat (limited to '')
-rw-r--r-- | sysconf/thinklappi.nix (renamed from configuration.nix) | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/configuration.nix b/sysconf/thinklappi.nix index 819cec8..4904ffd 100644 --- a/configuration.nix +++ b/sysconf/thinklappi.nix @@ -4,20 +4,20 @@ ... }: let compiledLayout = pkgs.runCommand "keyboard-layout" {} '' - ${pkgs.xorg.xkbcomp}/bin/xkbcomp ${./files/neoqwertz.xkb} $out + ${pkgs.xorg.xkbcomp}/bin/xkbcomp ${../files/neoqwertz.xkb} $out ''; in { imports = [ - ./hardware/basesystem.nix - ./env.nix - ./nix.nix - ./packages.nix - ./users.nix - ./zsh.nix - ./flatpak.nix # Mainly for minecraft + ../hardware/basesystem.nix + ../env.nix + ../nix.nix + ../packages.nix + ../users.nix + ../zsh.nix + ../flatpak.nix # Mainly for minecraft # Desktop Environment to use - ./desktop/plasma.nix + ../desktop/plasma.nix ]; services = { |