whitelist for nonfree packages
This commit is contained in:
parent
61419b3559
commit
80b5a14c5e
3 changed files with 29 additions and 3 deletions
|
@ -38,6 +38,7 @@ in {
|
|||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
#jack.enable = true;
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
@ -90,6 +91,14 @@ in {
|
|||
"electron-12.2.3"
|
||||
];
|
||||
|
||||
my.allowUnfreePackages = [
|
||||
"insync"
|
||||
"insync-pkg"
|
||||
|
||||
"rider"
|
||||
"pycharm-professional"
|
||||
];
|
||||
|
||||
fonts = {
|
||||
fontconfig.defaultFonts.monospace = ["FiraCode Nerd Font"];
|
||||
fonts = with pkgs; [
|
||||
|
|
|
@ -42,5 +42,11 @@ in {
|
|||
dedicatedServer.openFirewall = true;
|
||||
};
|
||||
};
|
||||
|
||||
my.allowUnfreePackages = [
|
||||
"steam"
|
||||
"steam-original"
|
||||
"steam-run"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue