This commit is contained in:
@ -10,6 +10,7 @@
|
||||
xfce.tumbler
|
||||
|
||||
telegram-desktop
|
||||
discord
|
||||
pavucontrol
|
||||
keepassxc
|
||||
nextcloud-client
|
||||
|
@ -17,10 +17,7 @@
|
||||
bottles
|
||||
lutris
|
||||
inputs.umu.packages.${pkgs.system}.umu
|
||||
|
||||
#wineWow64Packages.unstableFull
|
||||
wineWow64Packages.full
|
||||
# wine64
|
||||
wine
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }: {
|
||||
{ inputs, pkgs, ... }: {
|
||||
nixpkgs.config = {
|
||||
permittedInsecurePackages = [ ];
|
||||
allowUnfree = true;
|
||||
@ -8,7 +8,7 @@
|
||||
};
|
||||
|
||||
};
|
||||
nixpkgs.overlays = import ../../../../overlays { inherit pkgs; };
|
||||
nixpkgs.overlays = import ../../../../overlays { inherit inputs pkgs; };
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
extraOptions = ''
|
||||
|
Reference in New Issue
Block a user