chore: rename all to default.nix
This commit is contained in:
parent
3c3865d945
commit
5caaa1e678
13 changed files with 18 additions and 9 deletions
|
@ -3,14 +3,14 @@
|
||||||
{
|
{
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./gtk/gtk.nix
|
./gtk
|
||||||
./wezterm/wezterm.nix
|
./wezterm
|
||||||
./zathura/zathura.nix
|
./zathura
|
||||||
./nushell/nushell.nix
|
./nushell
|
||||||
./starship/starship.nix
|
./starship
|
||||||
./dunst/dunst.nix
|
./dunst
|
||||||
./helix/helix.nix
|
./helix
|
||||||
./git/git.nix
|
./git
|
||||||
];
|
];
|
||||||
systemd.user.startServices = "sd-switch";
|
systemd.user.startServices = "sd-switch";
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
hostname = {
|
hostname = {
|
||||||
ssh_symbol = "";
|
ssh_symbol = "";
|
||||||
style = "bg:#f5c2e7 fg:#11111b";
|
style = "bg:#f5c2e7 fg:#11111b";
|
||||||
format = "[on $hostname]($style)";
|
format = "[@ $hostname]($style)";
|
||||||
ssh_only = false;
|
ssh_only = false;
|
||||||
disabled = false;
|
disabled = false;
|
||||||
};
|
};
|
9
modules/home/waybar/default.nix
Normal file
9
modules/home/waybar/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
programs.waybar = {
|
||||||
|
enable = true;
|
||||||
|
settings = [
|
||||||
|
|
||||||
|
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue