mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-13 04:08:35 -05:00
use niri
This commit is contained in:
parent
1afbb8fb3b
commit
282bb68316
10 changed files with 804 additions and 28 deletions
|
|
@ -9,6 +9,12 @@
|
|||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
niri = {
|
||||
url = "github:sodiboo/niri-flake";
|
||||
};
|
||||
caelestia-shell = {
|
||||
url = "github:caelestia-dots/shell";
|
||||
};
|
||||
|
||||
darwin = {
|
||||
url = "github:nix-darwin/nix-darwin/nix-darwin-25.05";
|
||||
|
|
@ -22,6 +28,8 @@
|
|||
nixpkgs-unstable,
|
||||
determinate,
|
||||
home-manager,
|
||||
niri,
|
||||
caelestia-shell,
|
||||
darwin,
|
||||
...
|
||||
} @ inputs: let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue