Switch to Niri WM
This commit is contained in:
parent
b89a6b83f0
commit
c8f81f4190
15 changed files with 1196 additions and 443 deletions
12
flake.nix
12
flake.nix
|
@ -33,6 +33,18 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# System-wide styling.
|
||||
stylix = {
|
||||
url = "github:danth/stylix/release-25.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# Niri WM.
|
||||
niri = {
|
||||
url = "github:sodiboo/niri-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# Neovim.
|
||||
nixvim = {
|
||||
url = "github:nix-community/nixvim";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue