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; [
blender
discord
etcher
firefox
flameshot
gimp-with-plugins
@ -24,9 +23,10 @@
mpv
nextcloud-client
nixpkgs-fmt
picard
spotify
steam
ventoy
ventoy-full
winetricks
wineWowPackages.unstableFull
yt-dlp

View File

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