Removes, kitty, waybar, hyprland and all it's other side apps required to make that useful
All checks were successful
Nix Format Check / check-format (push) Successful in 37s
All checks were successful
Nix Format Check / check-format (push) Successful in 37s
This commit is contained in:
@@ -5,11 +5,6 @@
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.11";
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixos-cosmic.url = "github:lilyinstarlight/nixos-cosmic";
|
||||
hyprland.url = "github:hyprwm/hyprland";
|
||||
hyprland-plugins = {
|
||||
url = "github:hyprwm/hyprland-plugins";
|
||||
inputs.hyprland.follows = "hyprland";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
@@ -17,8 +12,6 @@
|
||||
self,
|
||||
nixpkgs,
|
||||
nixpkgs-unstable,
|
||||
hyprland,
|
||||
hyprland-plugins,
|
||||
nixos-cosmic,
|
||||
}:
|
||||
let
|
||||
@@ -46,8 +39,6 @@
|
||||
specialArgs = {
|
||||
inherit
|
||||
pkgs-unstable
|
||||
hyprland
|
||||
hyprland-plugins
|
||||
nixos-cosmic
|
||||
;
|
||||
isWorkstation = true;
|
||||
@@ -65,8 +56,6 @@
|
||||
specialArgs = {
|
||||
inherit
|
||||
pkgs-unstable
|
||||
hyprland
|
||||
hyprland-plugins
|
||||
nixos-cosmic
|
||||
;
|
||||
isWorkstation = true;
|
||||
|
Reference in New Issue
Block a user