changes
This commit is contained in:
parent
67e028a595
commit
2ac1083bea
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue