quickshell

This commit is contained in:
tulg 2025-10-24 01:04:30 +03:00
parent 542227d7a8
commit 7d4cff0bed
5 changed files with 207 additions and 40 deletions

View file

@ -9,6 +9,15 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
quickshell = {
url = "github:outfoxxed/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};
noctalia = {
url = "github:noctalia-dev/noctalia-shell";
inputs.nixpkgs.follows = "nixpkgs";
inputs.quickshell.follows = "quickshell"; # Use same quickshell version
};
nix-colors.url = "github:misterio77/nix-colors";