🐱 Added Catppuccin flake, Added Cava, removed wlogout and replace bind

with Hyprpanel Dash
This commit is contained in:
2025-01-11 12:15:19 +01:00
parent c5b5896aef
commit d192efdf0f
6 changed files with 227 additions and 10 deletions

View File

@ -5,6 +5,10 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
catppuccin = {
url = "github:catppuccin/nix";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
@ -30,6 +34,7 @@
outputs =
inputs@{
self, # Get a ref to outputs
catppuccin,
nixpkgs,
nixpkgs-unstable,
home-manager,