Create FredOS-Gaming.nix
This commit is contained in:
parent
e2e5cde9b5
commit
405e6434ba
1 changed files with 12 additions and 0 deletions
12
hosts/FredOS-Gaming.nix
Normal file
12
hosts/FredOS-Gaming.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
config = lib.mkIf (config.networking.hostName == "FredOS-Gaming") {
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
#Package name
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue