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