moves various things to home manager
All checks were successful
Nix Format Check / check-format (push) Successful in 1m4s
All checks were successful
Nix Format Check / check-format (push) Successful in 1m4s
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
url = "github:hyprwm/hyprland-plugins";
|
||||
inputs.hyprland.follows = "hyprland";
|
||||
};
|
||||
ghostty.url = "github:ghostty-org/ghostty";
|
||||
};
|
||||
|
||||
outputs =
|
||||
@@ -20,7 +19,6 @@
|
||||
nixpkgs-unstable,
|
||||
hyprland,
|
||||
hyprland-plugins,
|
||||
ghostty,
|
||||
nixos-cosmic,
|
||||
}:
|
||||
let
|
||||
@@ -50,7 +48,6 @@
|
||||
pkgs-unstable
|
||||
hyprland
|
||||
hyprland-plugins
|
||||
ghostty
|
||||
nixos-cosmic
|
||||
;
|
||||
isWorkstation = true;
|
||||
@@ -70,7 +67,6 @@
|
||||
pkgs-unstable
|
||||
hyprland
|
||||
hyprland-plugins
|
||||
ghostty
|
||||
nixos-cosmic
|
||||
;
|
||||
isWorkstation = true;
|
||||
|
Reference in New Issue
Block a user