From 9cf0f75b75f741d2720bffde2f4a617b784f7472 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Thu, 13 Mar 2025 23:17:38 +0100 Subject: [PATCH] link niri config files --- home/desktop/niri.nix | 5 +++++ hosts/haze/home.nix | 1 + 2 files changed, 6 insertions(+) create mode 100644 home/desktop/niri.nix diff --git a/home/desktop/niri.nix b/home/desktop/niri.nix new file mode 100644 index 0000000..73c1ac5 --- /dev/null +++ b/home/desktop/niri.nix @@ -0,0 +1,5 @@ +{ config, ... }: +{ + xdg.configFile."i3bar-river".source = "${config.dotfiles.path}/.config/i3bar-river"; + xdg.configFile."niri".source = "${config.dotfiles.path}/.config/niri"; +} diff --git a/hosts/haze/home.nix b/hosts/haze/home.nix index 7742ea8..9999685 100644 --- a/hosts/haze/home.nix +++ b/hosts/haze/home.nix @@ -10,6 +10,7 @@ ../../home/mail ../../home/minecraft.nix ../../home/desktop + ../../home/desktop/niri.nix ../../home/desktop/sway.nix ]; }