diff --git a/homes/emenel/default.nix b/homes/emenel/default.nix index 29a05fa..e28bb70 100644 --- a/homes/emenel/default.nix +++ b/homes/emenel/default.nix @@ -430,6 +430,7 @@ # moving files! xdg.configFile."halloy/config.toml".source = ./dotfiles/dot_config/halloy/config.toml; + xdg.configFile."git".source = ./dotfiles/dot_config/git; home.file.".npmrc".source = ./dotfiles/dot_npmrc; home.file.".vst3/yabridge/yabridge.toml".source = ./dotfiles/dot_vst3/yabridge.toml; diff --git a/modules/home/niri.nix b/modules/home/niri.nix index d8d2b95..3f82df0 100644 --- a/modules/home/niri.nix +++ b/modules/home/niri.nix @@ -5,8 +5,6 @@ in { programs = { niri = { - # package = pkgs.niri-unstable; - # enable = true; settings = { hotkey-overlay.skip-at-startup = true; screenshot-path = "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"; @@ -111,7 +109,7 @@ in { enable = true; active.gradient = { from = strPalette.normal.magenta; - to = strPalette.bright.magenta; + to = strPalette.dark.cyan; angle = 180; in' = "srgb-linear"; };