mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 23:20:18 +02:00
added unstable and fixed discord
This commit is contained in:
parent
d66a08f8f2
commit
cbd0958e16
4 changed files with 19 additions and 2 deletions
|
@ -3,6 +3,6 @@
|
|||
imports = [
|
||||
./neovim.nix
|
||||
./flatpak.nix
|
||||
# ./discord.nix
|
||||
./discord.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
(discord.override {
|
||||
withOpenASAR = true; # can do this here too
|
||||
withVencord = true;
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue