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

This commit is contained in:
2025-01-15 16:20:32 +01:00
parent 68943b57ee
commit 4e28e5cbb0
15 changed files with 46 additions and 1331 deletions

View File

@@ -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;