diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-29 22:11:06 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-29 22:11:06 +0530 |
| commit | f7be27cccc42f3491f978171a557d3c8db8fe82a (patch) | |
| tree | 5a847e091249fd51e7c287b23342f2261df22639 /machines/x/configuration.nix | |
| parent | 743478f373a66f7b050030948824d722d6b2cc67 (diff) | |
update
Diffstat (limited to '')
| -rw-r--r-- | machines/x/configuration.nix | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index bd0a385..aa77704 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -1,8 +1,6 @@ { lib, inputs, pkgs, ... }: -let - tlauncher = (pkgs.callPackage ../../packages/tlauncher.nix {}); -in { +{ imports = [ ./hardware-configuration.nix inputs.home-manager.nixosModules.default @@ -35,10 +33,6 @@ in { networking.hostName = "x"; - environment.systemPackages = [tlauncher]; - - virtualisation.lxd.enable = true; - home-manager.users.compromyse = import ./home.nix; programs.steam.enable = true; } |
