From abc69428ed3db1a58634cbcec24f9037b43145a0 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Thu, 8 Aug 2024 15:22:45 +0530 Subject: update --- machines/x/configuration.nix | 1 + machines/x/home.nix | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'machines/x') diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index 1785e04..d80dad9 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -18,6 +18,7 @@ "login.nix" "polkit.nix" "virtualization.nix" + "remapcapslock.nix" ]); boot.loader.systemd-boot.enable = true; diff --git a/machines/x/home.nix b/machines/x/home.nix index 3110094..0f68e65 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -1,8 +1,6 @@ { pkgs, ... }: -let - tlauncher = (pkgs.callPackage ../../packages/tlauncher.nix {}); -in { +{ nixpkgs.config.allowUnfree = true; home = { @@ -37,7 +35,7 @@ in { git-lfs slides - ] ++ [ tlauncher ]; + ]; imports = (map (path: ../../config/${path}) [ "bash.nix" -- cgit v1.2.3