This commit is contained in:
alex 2023-12-09 20:32:05 -05:00
parent 67e028a595
commit 2ac1083bea
2 changed files with 2 additions and 5 deletions

View File

@ -10,7 +10,6 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
blender blender
discord discord
etcher
firefox firefox
flameshot flameshot
gimp-with-plugins gimp-with-plugins
@ -24,9 +23,10 @@
mpv mpv
nextcloud-client nextcloud-client
nixpkgs-fmt nixpkgs-fmt
picard
spotify spotify
steam steam
ventoy ventoy-full
winetricks winetricks
wineWowPackages.unstableFull wineWowPackages.unstableFull
yt-dlp yt-dlp

View File

@ -14,9 +14,6 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [
"electron-12.2.3"
];
hardware.system76.enableAll = true; hardware.system76.enableAll = true;