Desktop usability adjustments #1

Merged
remoll merged 28 commits from feature/desktop-customization into main 2025-05-18 12:56:43 +00:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit b007e5b232 - Show all commits

View File

@ -0,0 +1,8 @@
{pkgs, ...}:
{
programs.direnv = {
enable = true;
enableFishIntegration = true; # see note on other shells below
nix-direnv.enable = true;
};
}

View File

@ -4,6 +4,7 @@ with lib.hm.gvariant;
imports = [
../modules/home-manager/browser.nix
../modules/home-manager/code.nix
../modules/home-manager/dev.nix
../modules/home-manager/fish.nix
../modules/home-manager/flatpaks.nix
../modules/home-manager/hypr