feat: remove hyprland
This commit is contained in:
parent
d601262749
commit
48b35271c7
9 changed files with 3 additions and 619 deletions
19
flake.nix
19
flake.nix
|
|
@ -9,19 +9,6 @@
|
|||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
hyprland = {
|
||||
url = "github:hyprwm/Hyprland?ref=v0.39.0";
|
||||
};
|
||||
hy3 = {
|
||||
url = "github:outfoxxed/hy3";
|
||||
inputs.hyprland.follows = "hyprland";
|
||||
};
|
||||
|
||||
waybar.url = "github:Alexays/Waybar";
|
||||
|
||||
ags.url = "github:Aylur/ags";
|
||||
|
||||
};
|
||||
outputs = { self, nixpkgs, ... }@inputs: {
|
||||
nixosConfigurations = {
|
||||
|
|
@ -30,8 +17,6 @@
|
|||
specialArgs = inputs;
|
||||
modules = [
|
||||
|
||||
inputs.hyprland.nixosModules.default
|
||||
|
||||
./modules
|
||||
./hosts/W530
|
||||
|
||||
|
|
@ -48,8 +33,6 @@
|
|||
specialArgs = inputs;
|
||||
modules = [
|
||||
|
||||
inputs.hyprland.nixosModules.default
|
||||
|
||||
./modules
|
||||
./hosts/T430
|
||||
|
||||
|
|
@ -66,8 +49,6 @@
|
|||
specialArgs = inputs;
|
||||
modules = [
|
||||
|
||||
inputs.hyprland.nixosModules.default
|
||||
|
||||
./modules
|
||||
./hosts/IROH
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue