nixfmt
Some checks failed
nix-build / default-build (push) Has been cancelled
nix-build / fallarbor-build (push) Has been cancelled
nix-build / lavaridge-build (push) Has been cancelled
nix-build / mauville-build (push) Has been cancelled
nix-build / petalburg-build (push) Has been cancelled
nix-build / rustboro-build (push) Has been cancelled
nix-check / fmt-check (push) Has been cancelled
nix-check / eval-check (push) Has been cancelled

This commit is contained in:
Aly Raffauf 2024-08-19 19:20:02 -04:00
parent 70c1e7dd3b
commit 17b037f7be
5 changed files with 5 additions and 5 deletions

View file

@ -41,7 +41,7 @@
sway.enable = true;
};
laptopMode = true;
services.flatpak.enable = true;

View file

@ -45,7 +45,7 @@
hyprland.enable = true;
sway.enable = true;
};
laptopMode = true;
users.aly = {

View file

@ -65,7 +65,7 @@
hyprland.enable = true;
sway.enable = true;
};
laptopMode = true;
users.aly = {

View file

@ -40,7 +40,7 @@
sway.enable = true;
};
laptopMode = true;
users.aly = {

View file

@ -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.";