nixos: Modularize NixOS and Home Manager config
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
wget
|
||||
curl
|
||||
ethtool
|
||||
fish
|
||||
rocmPackages.rocm-smi
|
||||
btrfs-progs
|
||||
distrobox
|
||||
steam-run
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user