mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
style: run clean-code
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
environment.systemPackages = with pkgs;
|
||||
environment.systemPackages =
|
||||
with pkgs;
|
||||
let
|
||||
hostSystem = pkgs.stdenv.hostPlatform.system;
|
||||
basePackages = [
|
||||
@@ -98,7 +99,7 @@
|
||||
arrpc
|
||||
cura-appimage
|
||||
heroic
|
||||
obs-studio
|
||||
obs-studio
|
||||
openrgb
|
||||
prismlauncher
|
||||
protonplus
|
||||
@@ -132,11 +133,11 @@
|
||||
];
|
||||
in
|
||||
basePackages
|
||||
++ guiPackages
|
||||
++ gamingPackages
|
||||
++ workPackages
|
||||
++ plasmaPackages
|
||||
++ gnomePackages
|
||||
++ niriPackages;
|
||||
++ guiPackages
|
||||
++ gamingPackages
|
||||
++ workPackages
|
||||
++ plasmaPackages
|
||||
++ gnomePackages
|
||||
++ niriPackages;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user