From c3ae83514b9ec4bc15ec2acb9b329b6dec0c2d21 Mon Sep 17 00:00:00 2001 From: Oshgnacknak Date: Sat, 6 Sep 2025 20:32:13 +0200 Subject: [PATCH] flake --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 4991c45..9057d38 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ outputs = { self, nixpkgs, home-manager, ... }: let - system = builtins.currentSystem; + system = "x86_64-linux"; username = builtins.getEnv "USER"; homeDir = builtins.getEnv "HOME"; pkgs = import nixpkgs { inherit system; }; @@ -54,8 +54,6 @@ # Good HM hygiene xdg.enable = true; home.stateVersion = "24.05"; - - home.activationPackages = with pkgs; []; } ]; };