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:
parent
6d5689d68a
commit
faeb9972fb
9 changed files with 644 additions and 37 deletions
18
flake.nix
18
flake.nix
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue