rename default -> darp8
This commit is contained in:
@@ -22,10 +22,6 @@
|
|||||||
inputs.nixpkgs.follows = "hyprland";
|
inputs.nixpkgs.follows = "hyprland";
|
||||||
};
|
};
|
||||||
ghostty = {
|
ghostty = {
|
||||||
inputs = {
|
|
||||||
# nixpkgs-stable.follows = "nixpkgs";
|
|
||||||
# nixpkgs-unstable.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
url = "git+ssh://git@github.com/ghostty-org/ghostty";
|
url = "git+ssh://git@github.com/ghostty-org/ghostty";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -37,11 +33,23 @@
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
default = nixpkgs.lib.nixosSystem {
|
darp8 = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = {inherit inputs;};
|
specialArgs = {inherit inputs;};
|
||||||
modules = [
|
modules = [
|
||||||
hyprland.nixosModules.default
|
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 = [
|
environment.systemPackages = [
|
||||||
ghostty.packages.x86_64-linux.default
|
ghostty.packages.x86_64-linux.default
|
||||||
|
|||||||
@@ -45,6 +45,7 @@
|
|||||||
libsForQt5.polkit-kde-agent
|
libsForQt5.polkit-kde-agent
|
||||||
mpv
|
mpv
|
||||||
nautilus
|
nautilus
|
||||||
|
netbeans
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
nwg-look
|
nwg-look
|
||||||
openvpn
|
openvpn
|
||||||
Reference in New Issue
Block a user