changed biscuit to desktop

This commit is contained in:
biscuit
2025-05-21 11:25:59 -05:00
parent 477b592b06
commit cd734937c0
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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 = [];
+2 -2
View File
@@ -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 &";
};
}