mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 02:57:44 +00:00
fix: don't repeat pkgs.\w too much, add taplo, tokei, typos
This commit is contained in:
parent
79c9526b1b
commit
25d008fc47
13 changed files with 213 additions and 154 deletions
|
@ -1,10 +1,12 @@
|
|||
{ config, pkgs, lib, ... }: let
|
||||
inherit (lib) merge mkIf;
|
||||
inherit (lib) attrValues merge mkIf;
|
||||
in merge <| mkIf config.isDesktop {
|
||||
# Steam uses 32-bit drivers for some unholy fucking reason.
|
||||
hardware.graphics.enable32Bit = true;
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.steam
|
||||
];
|
||||
environment.systemPackages = attrValues {
|
||||
inherit (pkgs)
|
||||
steam
|
||||
;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue