fixing git config

This commit is contained in:
Matt Nish-Lapidus 2025-02-08 10:32:58 -05:00
parent 88fad0ccac
commit 37fcd7955c
2 changed files with 2 additions and 3 deletions

View file

@ -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;

View file

@ -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";
};