flake
This commit is contained in:
parent
fd4e94fb2c
commit
c3ae83514b
1 changed files with 1 additions and 3 deletions
|
@ -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; [];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue