cleanup
This commit is contained in:
parent
a855bc4c62
commit
dba61be481
1 changed files with 13 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, lib, pkgs-stable, inputs, pkgs, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -113,9 +113,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
# carapace = {
|
|
||||||
# enable = true;
|
|
||||||
# };
|
|
||||||
bash = {
|
bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
@ -186,21 +183,22 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.file = {
|
||||||
".local/bin" = {
|
".local/bin" = {
|
||||||
source = ./shell-conf/scripts;
|
source = ./shell-conf/scripts;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
".local/share/flf".source = ./shell-conf/flf;
|
||||||
|
};
|
||||||
|
|
||||||
|
xdg.configFile = {
|
||||||
xdg.configFile."starship.toml".source = ./shell-conf/starship/starship.toml;
|
"starship.toml".source = ./shell-conf/starship/starship.toml;
|
||||||
xdg.configFile."wezterm" = {
|
"wezterm" = {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
source = ./shell-conf/wezterm;
|
source = ./shell-conf/wezterm;
|
||||||
};
|
};
|
||||||
|
"rbw".source = ./shell-conf/rbw;
|
||||||
xdg.configFile."rbw".source = ./shell-conf/rbw;
|
"isd_tui/config.yaml".source = ./shell-conf/isd_tui/config.yaml;
|
||||||
xdg.configFile."isd_tui/config.yaml".source = ./shell-conf/isd_tui/config.yaml;
|
};
|
||||||
|
|
||||||
home.file.".local/share/flf".source = ./shell-conf/flf;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue