This commit is contained in:
alsaiduq-lab 2026-03-07 13:19:37 -07:00
parent a2a41f3d80
commit e729d90a36

View file

@ -40,12 +40,6 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
# dankMaterialShell = {
# url = "github:AvengeMedia/DankMaterialShell";
# inputs.nixpkgs.follows = "nixpkgs";
# inputs.quickshell.follows = "quickshell";
# };
nvim-dots = { nvim-dots = {
url = "github:alsaiduq-lab/nvim-dotfiles"; url = "github:alsaiduq-lab/nvim-dotfiles";
flake = false; flake = false;
@ -154,7 +148,6 @@
ghostty = inputs.ghostty.packages.${system}.default; ghostty = inputs.ghostty.packages.${system}.default;
furina-cursor = inputs.furina-cursor.packages.${system}.default; furina-cursor = inputs.furina-cursor.packages.${system}.default;
grim-hyprland = inputs.grim-hyprland.packages.${system}.default; grim-hyprland = inputs.grim-hyprland.packages.${system}.default;
#dms-shell = inputs.dankMaterialShell.packages.${system}.default;
proton-cachyos = inputs.proton-cachyos.packages.${system}.proton-cachyos; proton-cachyos = inputs.proton-cachyos.packages.${system}.proton-cachyos;
desktop-gremlin = inputs.linux-desktop-gremlin.packages.${system}.default; desktop-gremlin = inputs.linux-desktop-gremlin.packages.${system}.default;
dgop = unstablePkgs.dgop; dgop = unstablePkgs.dgop;