Update FredOS-Macbook.nix
This commit is contained in:
parent
a18a49ec80
commit
29b3a4ee55
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@
|
|||
|
||||
{
|
||||
config = lib.mkIf (config.networking.hostName == "FredOS-Macbook") {
|
||||
imports = [
|
||||
../settings/gnome.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Package names here
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue