From 17b037f7be5ba4de3e62c3439244ce8fba27d0c2 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 19 Aug 2024 19:20:02 -0400 Subject: [PATCH] nixfmt --- hosts/fallarbor/default.nix | 2 +- hosts/lavaridge/default.nix | 2 +- hosts/petalburg/default.nix | 2 +- hosts/rustboro/default.nix | 2 +- nixosModules/options.nix | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/fallarbor/default.nix b/hosts/fallarbor/default.nix index 94b05aa4..2a746010 100644 --- a/hosts/fallarbor/default.nix +++ b/hosts/fallarbor/default.nix @@ -41,7 +41,7 @@ sway.enable = true; }; - + laptopMode = true; services.flatpak.enable = true; diff --git a/hosts/lavaridge/default.nix b/hosts/lavaridge/default.nix index e935676d..7b14f1ff 100644 --- a/hosts/lavaridge/default.nix +++ b/hosts/lavaridge/default.nix @@ -45,7 +45,7 @@ hyprland.enable = true; sway.enable = true; }; - + laptopMode = true; users.aly = { diff --git a/hosts/petalburg/default.nix b/hosts/petalburg/default.nix index 06ef459a..9e414588 100644 --- a/hosts/petalburg/default.nix +++ b/hosts/petalburg/default.nix @@ -65,7 +65,7 @@ hyprland.enable = true; sway.enable = true; }; - + laptopMode = true; users.aly = { diff --git a/hosts/rustboro/default.nix b/hosts/rustboro/default.nix index 849035ed..c77a930b 100644 --- a/hosts/rustboro/default.nix +++ b/hosts/rustboro/default.nix @@ -40,7 +40,7 @@ sway.enable = true; }; - + laptopMode = true; users.aly = { diff --git a/nixosModules/options.nix b/nixosModules/options.nix index 370a8318..61cf0b90 100644 --- a/nixosModules/options.nix +++ b/nixosModules/options.nix @@ -33,7 +33,7 @@ steam.enable = lib.mkEnableOption "Steam + Gamescope session."; sway.enable = lib.mkEnableOption "Sway wayland session."; }; - + laptopMode = lib.mkEnableOption "Enable laptop configuration."; services.flatpak.enable = lib.mkEnableOption "Flatpak support with GUI.";