rename default to lambdaOS for easier updates

This commit is contained in:
Noa Aarts 2024-04-12 12:18:49 +02:00
parent f757fdee59
commit 75ee69522f
2 changed files with 2 additions and 3 deletions

View file

@ -50,7 +50,7 @@
outputs = { self, nixpkgs, nix-colors, automapaper, disko, home-manager, hyprland, lazy, ... }@inputs:
{
nixosConfigurations = {
default = nixpkgs.lib.nixosSystem {
lambdaOS = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs;
inherit nix-colors;