rename default -> darp8

This commit is contained in:
2024-12-23 18:58:53 +01:00
parent dd8f6d013e
commit 62df8a3c86
4 changed files with 15 additions and 6 deletions
+14 -6
View File
@@ -22,10 +22,6 @@
inputs.nixpkgs.follows = "hyprland";
};
ghostty = {
inputs = {
# nixpkgs-stable.follows = "nixpkgs";
# nixpkgs-unstable.follows = "nixpkgs";
};
url = "git+ssh://git@github.com/ghostty-org/ghostty";
};
};
@@ -37,11 +33,23 @@
in
{
nixosConfigurations = {
default = nixpkgs.lib.nixosSystem {
darp8 = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
modules = [
hyprland.nixosModules.default
./hosts/default/configuration.nix
./hosts/darp8/configuration.nix
{
environment.systemPackages = [
ghostty.packages.x86_64-linux.default
];
}
];
};
desktop = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
modules = [
hyprland.nixosModules.default
./hosts/desktop/configuration.nix
{
environment.systemPackages = [
ghostty.packages.x86_64-linux.default