1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-05-30 08:37:01 +02:00

move to niri+noctalia

This commit is contained in:
TheGeneralist 2026-03-20 16:21:41 +01:00
parent 6d5689d68a
commit faeb9972fb
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
9 changed files with 644 additions and 37 deletions

View file

@ -17,12 +17,10 @@
nix-homebrew.url = "github:zhaofengli/nix-homebrew";
homebrew-core = {
url = "github:homebrew/homebrew-core";
flake = false;
};
homebrew-cask = {
url = "github:homebrew/homebrew-cask";
flake = false;
};
@ -46,6 +44,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
niri = {
url = "github:sodiboo/niri-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
helium = {
# url = "github:FKouhai/helium2nix/main";
url = "github:AlvaroParker/helium-nix";
@ -55,6 +58,17 @@
readlater-bot = {
url = "github:thegeneralist01/bookkeeper";
};
noctalia = {
url = "github:noctalia-dev/noctalia-shell";
inputs.nixpkgs.follows = "nixpkgs";
inputs.noctalia-qs.follows = "noctalia-qs";
};
noctalia-qs = {
url = "github:noctalia-dev/noctalia-qs";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =