add scripts
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user