#2 first somewhat working iteration, there seems to be a problem with home manager still
This commit is contained in:
parent
69cb32282f
commit
56a9643df2
11 changed files with 118 additions and 16 deletions
|
@ -9,7 +9,7 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = [
|
||||
environment.systemPackages = with pkgs; [
|
||||
discord
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue