Fix broken home manager links
This commit is contained in:
parent
659c3b2fd8
commit
c2f2c22d53
|
@ -1,5 +1,5 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
imports = [./home.nogui.nix]
|
imports = [./home.nogui.nix];
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
clapper
|
clapper
|
||||||
];
|
];
|
||||||
|
|
|
@ -152,7 +152,7 @@ let systemInformation = import ./system/system-information.nix; in
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
};
|
};
|
||||||
home-manager.users.ember = import ./configs/home.nix;
|
home-manager.users.ember = import ./configs/home.full.nix;
|
||||||
|
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
Loading…
Reference in a new issue