newest update - without oranchelo

This commit is contained in:
2025-03-11 12:25:05 +01:00
parent 56d5ce4a9f
commit e257ff991d
6 changed files with 128 additions and 46 deletions

View File

@@ -17,8 +17,8 @@
};
};
# Importing necessary setup for Steam.
imports = [ ./builds/steam/default.nix ./home/extras/printer.nix ];
# Importing necessary setup for Steam & Printing & Flutter.
imports = [ ./builds/steam/default.nix ./home/extras/printer.nix ./builds/flutter.nix ];
# Use the systemd-boot EFI boot loader.
boot.loader = {
@@ -160,7 +160,7 @@
nixpkgs.config = {
allowUnfree = true;
permittedInsecurePackages = [ "electron-25.9.0" ];
permittedInsecurePackages = [ "electron-32.3.3" ];
};
# Virtualbox