mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Packages+Overlays] Move several package overrides in overlays
Makes them available for everyone and everything. Add Veracrypt Signed-off-by: Antoine Viallon <antoine@lesviallon.fr>
This commit is contained in:
parent
6771dd826f
commit
e462306e6e
3 changed files with 28 additions and 32 deletions
12
desktop.nix
12
desktop.nix
|
|
@ -202,9 +202,7 @@ in {
|
|||
yakuake
|
||||
pinentry-qt
|
||||
plasma-pa
|
||||
( ark.override {
|
||||
unfreeEnableUnrar = true;
|
||||
} )
|
||||
ark
|
||||
p7zip
|
||||
vlc
|
||||
skanlite
|
||||
|
|
@ -215,13 +213,13 @@ in {
|
|||
korganizer
|
||||
];
|
||||
|
||||
services.packagekit.enable = true;
|
||||
|
||||
aviallon.programs.allowUnfreeList = [
|
||||
"unrar"
|
||||
"ark"
|
||||
"spotify"
|
||||
"spotify-unwrapped"
|
||||
];
|
||||
|
||||
services.packagekit.enable = true;
|
||||
|
||||
networking.networkmanager = {
|
||||
packages = [
|
||||
pkgs.networkmanager-openvpn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue