fix: Flake | use nixfmt=classic to format nix files
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
@@ -15,8 +12,5 @@
|
||||
gamemode.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
mangohud
|
||||
protonup-qt
|
||||
];
|
||||
environment.systemPackages = with pkgs; [ mangohud protonup-qt ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user