mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
zed unstable
This commit is contained in:
parent
a19b994692
commit
47b2451353
1 changed files with 3 additions and 3 deletions
|
|
@ -55,11 +55,11 @@
|
|||
modules = [
|
||||
./nixos/configuration.nix
|
||||
./nixos/hardware-configuration.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
({ config, pkgs, unstablePkgs, ... }: {
|
||||
home-manager.nixosModules.home-manager,
|
||||
({ unstablePkgs, ... }: {
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.extraSpecialArgs = { inherit unstablePkgs hmLib; };
|
||||
home-manager.extraSpecialArgs = { inherit hmLib unstablePkgs; };
|
||||
home-manager.users.death916 = {
|
||||
imports = [ ./home-manager/home.nix ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue