Desktop/discord: install using home manager
This commit is contained in:
parent
9f79cc1890
commit
41e7112fce
1 changed files with 6 additions and 4 deletions
|
|
@ -32,8 +32,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.overlays = [ discordOverlay ];
|
nixpkgs.overlays = [ discordOverlay ];
|
||||||
users.users.toast.packages = with pkgs; [
|
home-manager.users.toast = {
|
||||||
|
home.packages = with pkgs; [
|
||||||
discord
|
discord
|
||||||
vesktop
|
vesktop
|
||||||
];
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue