mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-13 04:08:35 -05:00
niri configs
This commit is contained in:
parent
227dcc58d9
commit
e5037a38e5
2 changed files with 34 additions and 38 deletions
|
|
@ -12,8 +12,16 @@
|
|||
niri = {
|
||||
url = "github:sodiboo/niri-flake";
|
||||
};
|
||||
caelestia-shell = {
|
||||
url = "github:jutraim/niri-caelestia-shell";
|
||||
|
||||
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 = {
|
||||
|
|
@ -29,7 +37,8 @@
|
|||
determinate,
|
||||
home-manager,
|
||||
niri,
|
||||
caelestia-shell,
|
||||
noctalia,
|
||||
quickshell,
|
||||
darwin,
|
||||
...
|
||||
} @ inputs: let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue