beets
This commit is contained in:
parent
f393d27a59
commit
24c65cc5b0
3 changed files with 82 additions and 0 deletions
|
@ -68,6 +68,7 @@
|
|||
GSK_RENDERER = "ngl";
|
||||
MOZ_ENABLE_WAYLAND = 1;
|
||||
LSP_USE_PLISTS = "true";
|
||||
GDK_BACKEND= "wayland";
|
||||
NH_FLAKE = "\${HOME}/source/nixos-config";
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue