diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-08-08 15:22:45 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-08-08 15:22:45 +0530 | 
| commit | abc69428ed3db1a58634cbcec24f9037b43145a0 (patch) | |
| tree | 841efcbeac690e631878d9265e65c25b7e213024 /machines/x/home.nix | |
| parent | be0a506c5516c63f466bbb2766c5000accdfa04c (diff) | |
update
Diffstat (limited to 'machines/x/home.nix')
| -rw-r--r-- | machines/x/home.nix | 6 | 
1 files changed, 2 insertions, 4 deletions
| 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" | 
