DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

4dd4629f92503520d3763a106ea859cba564c992 — Jonni Liljamo 12 days ago afbe23d
niri: move config to be global
3 files changed, 2 insertions(+), 1 deletions(-)

R modules/hosts/ws/arwen/niri.kdl => files/niri.kdl
M modules/hosts/ws/arwen/default.nix
M modules/niri.nix
R modules/hosts/ws/arwen/niri.kdl => files/niri.kdl +0 -0
M modules/hosts/ws/arwen/default.nix => modules/hosts/ws/arwen/default.nix +0 -1
@@ 57,7 57,6 @@ in {
                  ++ [
                    {
                      home.stateVersion = config.system.stateVersion;
                      home.file.".config/niri/config.kdl".source = ./niri.kdl;

                      services.kanshi = {
                        enable = true;

M modules/niri.nix => modules/niri.nix +2 -0
@@ 9,5 9,7 @@

  flake.modules.homeManager.niri = {...}: {
    imports = [config.flake.modules.homeManager.groupCompositor];

    home.file.".config/niri/config.kdl".source = ../files/niri.kdl;
  };
}