This commit is contained in:
Matt Nish-Lapidus 2025-03-11 10:46:41 -04:00
parent f393d27a59
commit 24c65cc5b0
3 changed files with 82 additions and 0 deletions

View file

@ -68,6 +68,7 @@
GSK_RENDERER = "ngl";
MOZ_ENABLE_WAYLAND = 1;
LSP_USE_PLISTS = "true";
GDK_BACKEND= "wayland";
NH_FLAKE = "\${HOME}/source/nixos-config";
};

View file

@ -41,6 +41,8 @@
startServices = "sd-switch"; # auto reload services when home is rebuilt
};
xdg.config."beets".source = ../../modules/home/beets;
#custom script executables
home.file.".local/bin" = {
source = ../emenel/dotfiles/dot_local/bin;