make changes (too many)

This commit is contained in:
Schrottkatze 2023-03-11 14:40:29 +01:00
parent 7deb8363b0
commit a80b9f5148
5 changed files with 9 additions and 6 deletions

View file

@ -15,8 +15,10 @@ in with lib; {
obs-studio
kdenlive
fspy
digikam
scribus
digikam
darktable
rawtherapee
];
};

View file

@ -14,6 +14,10 @@ in with lib; {
home.sessionVariables = {
"NEOVIDE_MULTIGRID" = "true";
};
programs.direnv = {
enable = true;
enableZshIntegration = true;
};
programs.zsh = {
enable = true;
enableAutosuggestions = true;