ooooooooooooohhhhhh, is that alllllllll
This commit is contained in:
parent
41acda91f4
commit
8282155619
3 changed files with 2 additions and 3 deletions
|
@ -39,7 +39,7 @@
|
||||||
onlyoffice.enable = true;
|
onlyoffice.enable = true;
|
||||||
signal.enable = true;
|
signal.enable = true;
|
||||||
steam.enable = true;
|
steam.enable = true;
|
||||||
# studio.enable = true;
|
studio.enable = true;
|
||||||
teamspeak.enable = true;
|
teamspeak.enable = true;
|
||||||
thunderbird.enable = true;
|
thunderbird.enable = true;
|
||||||
zen.enable = true;
|
zen.enable = true;
|
||||||
|
|
|
@ -10,6 +10,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
environment.systemPackages = with pkgs; [ studio ];
|
home.packages = with pkgs.${namespace}; [ studio ];
|
||||||
};
|
};
|
||||||
}
|
}
|
|
@ -22,7 +22,6 @@
|
||||||
application = {
|
application = {
|
||||||
steam.enable = true;
|
steam.enable = true;
|
||||||
thunderbird.enable = true;
|
thunderbird.enable = true;
|
||||||
studio.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
editor = {
|
editor = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue