changed biscuit to desktop
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
} // info;
|
} // info;
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
biscuit = lib.nixosSystem {
|
desktop = lib.nixosSystem {
|
||||||
specialArgs = args;
|
specialArgs = args;
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [
|
modules = [
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
biscuit = home-manager.lib.homeManagerConfiguration {
|
desktop = home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
overlays = [];
|
overlays = [];
|
||||||
|
|||||||
@@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ll = "ls -l";
|
ll = "ls -l";
|
||||||
upd = "sudo nixos-rebuild switch --flake ~/Nixos/#biscuit";
|
upd = "sudo nixos-rebuild switch --flake ~/Nixos/#desktop";
|
||||||
hupd = "home-manager switch --flake ~/Nixos/#biscuit";
|
hupd = "home-manager switch --flake ~/Nixos/#desktop";
|
||||||
agu = "pkill gjs & ags run ~/Nixos/pkgs/ags/biscuit/app.ts &";
|
agu = "pkill gjs & ags run ~/Nixos/pkgs/ags/biscuit/app.ts &";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user