Reviewed-on: https://codeberg.org/tmayoff/.dotfiles/pulls/39
Co-authored-by: Tyler Mayoff <tyler@tylermayoff.com>
Co-committed-by: Tyler Mayoff <tyler@tylermayoff.com>
This commit is contained in:
Tyler Mayoff 2025-08-31 20:06:20 +02:00 committed by tmayoff
parent 1afbb8fb3b
commit 7ccdf27209
11 changed files with 818 additions and 29 deletions

View file

@ -9,6 +9,20 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
niri = {
url = "github:sodiboo/niri-flake";
};
noctalia = {
url = "github:noctalia-dev/noctalia-shell";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
quickshell = {
url = "github:outfoxxed/quickshell";
inputs.nixpkgs.follows = "nixpkgs-unstable";
inputs.quickshell.follows = "quickshell";
};
darwin = {
url = "github:nix-darwin/nix-darwin/nix-darwin-25.05";
@ -22,6 +36,9 @@
nixpkgs-unstable,
determinate,
home-manager,
niri,
noctalia,
quickshell,
darwin,
...
} @ inputs: let