add scripts

This commit is contained in:
2026-07-29 16:50:43 +02:00
parent 5a61ac8367
commit 01af2f43ea
4 changed files with 37 additions and 1 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
{pkgs, ... }:
{pkgs, config, ... }:
{
imports = [
./beets.nix
@@ -36,6 +36,10 @@
EDITOR = "nvim";
};
home.sessionPath = [
"${config.home.homeDirectory}/.local/bin"
];
programs.fish = {
enable = true;
interactiveShellInit = ''