mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
Init impermanence
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -36,4 +36,6 @@
|
||||
cmatrix
|
||||
fastfetch
|
||||
];
|
||||
|
||||
home.persistence."/persist".directories = [".config/gh" ".config/gh-dash"];
|
||||
}
|
||||
|
||||
@@ -11,12 +11,11 @@
|
||||
];
|
||||
|
||||
home = {
|
||||
sessionPath = ["$HOME/.local/share/go/bin"];
|
||||
sessionVariables = {
|
||||
COLORTERM = "truecolor";
|
||||
MANPAGER = "bat -l man -p";
|
||||
GOPATH = "$HOME/.local/share/go";
|
||||
};
|
||||
persistence."/persist".files = [".zsh_history"];
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
|
||||
@@ -11,6 +11,8 @@ in {
|
||||
spotatui
|
||||
];
|
||||
|
||||
home.persistence."/persist".directories = [".config/spotatui" ".config/spotify"];
|
||||
|
||||
home.file.".config/spotatui/config.yml".text = ''
|
||||
keybindings:
|
||||
back: q
|
||||
|
||||
Reference in New Issue
Block a user