From cd734937c0078fc1eebbdcc064cff39e7a653ce0 Mon Sep 17 00:00:00 2001 From: biscuit Date: Wed, 21 May 2025 11:25:59 -0500 Subject: [PATCH] changed biscuit to desktop --- flake.nix | 4 ++-- info.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 648ac61..d5eb27a 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ } // info; in { nixosConfigurations = { - biscuit = lib.nixosSystem { + desktop = lib.nixosSystem { specialArgs = args; inherit system; modules = [ @@ -38,7 +38,7 @@ }; }; homeConfigurations = { - biscuit = home-manager.lib.homeManagerConfiguration { + desktop = home-manager.lib.homeManagerConfiguration { pkgs = import nixpkgs { inherit system; overlays = []; diff --git a/info.nix b/info.nix index 1ca97e4..8c63c67 100644 --- a/info.nix +++ b/info.nix @@ -11,8 +11,8 @@ shellAliases = { ll = "ls -l"; - upd = "sudo nixos-rebuild switch --flake ~/Nixos/#biscuit"; - hupd = "home-manager switch --flake ~/Nixos/#biscuit"; + upd = "sudo nixos-rebuild switch --flake ~/Nixos/#desktop"; + hupd = "home-manager switch --flake ~/Nixos/#desktop"; agu = "pkill gjs & ags run ~/Nixos/pkgs/ags/biscuit/app.ts &"; }; }