remove nebula references
This commit is contained in:
parent
9faed50e03
commit
d6cd385b8f
2 changed files with 1 additions and 107 deletions
63
flake.nix
63
flake.nix
|
@ -82,7 +82,7 @@
|
|||
./nixos/flatpak.nix
|
||||
./nixos/gaming.nix
|
||||
./nixos/gui-pkgs.nix
|
||||
#./nixos/nvidia.nix
|
||||
./nixos/nvidia.nix
|
||||
./nixos/nvim.nix
|
||||
./nixos/pkg.nix
|
||||
./nixos/shell.nix
|
||||
|
@ -153,67 +153,6 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
|
||||
nebula = nixpkgs.lib.nixosSystem {
|
||||
system = system;
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
system = system;
|
||||
hostname = "nebula";
|
||||
};
|
||||
modules = [
|
||||
# imports
|
||||
./hosts/nebula.nix
|
||||
./nixos/catppuccin.nix
|
||||
./nixos/configuration.nix
|
||||
./nixos/development.nix
|
||||
./nixos/environment.nix
|
||||
./nixos/gaming.nix
|
||||
./nixos/gui-pkgs.nix
|
||||
./nixos/nvim.nix
|
||||
./nixos/pkg.nix
|
||||
./nixos/shell.nix
|
||||
./nixos/sudo.nix
|
||||
./nixos/symlinks.nix
|
||||
./nixos/tailscale.nix
|
||||
|
||||
{
|
||||
# enable bluetooth
|
||||
hardware.bluetooth.enable = true;
|
||||
}
|
||||
|
||||
inputs.nixvim.nixosModules.nixvim
|
||||
inputs.nix-flatpak.nixosModules.nix-flatpak
|
||||
|
||||
# Home Manager
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
sharedModules = [ inputs.plasma-manager.homeManagerModules.plasma-manager ];
|
||||
backupFileExtension = "bak";
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
system = system;
|
||||
hostname = "nebula";
|
||||
user = user;
|
||||
};
|
||||
users.${user} = {
|
||||
imports = [
|
||||
./home-manager/plasma.nix
|
||||
./home-manager/user.nix
|
||||
./home-manager/vscode.nix
|
||||
{
|
||||
programs.git.extraConfig.user.signingkey = "082F226A1D8C0860";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue