feat(niri): giving niri a test drive

This commit is contained in:
2025-09-12 20:47:08 +02:00
parent 65de9592a0
commit f6722f4986
19 changed files with 329 additions and 107 deletions

View File

@@ -12,7 +12,7 @@ in
{
imports = [
./languages.nix
./gruvbox.nix
# ./gruvbox.nix
];
options = {
@@ -26,7 +26,7 @@ in
package = inputs.helix-flake.packages.${pkgs.system}.default;
settings = {
theme = "gruvbox_custom";
theme = "gruvbox_dark_hard";
editor = {
color-modes = true;
scrolloff = 0;