fixing git config
This commit is contained in:
parent
88fad0ccac
commit
37fcd7955c
2 changed files with 2 additions and 3 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue