chore: rename all to default.nix

This commit is contained in:
notohh 2023-02-01 14:27:09 -05:00
parent 3c3865d945
commit 5caaa1e678
Signed by: notohh
GPG key ID: BD47506D475EE86D
13 changed files with 18 additions and 9 deletions

View file

@ -3,14 +3,14 @@
{
imports = [
./gtk/gtk.nix
./wezterm/wezterm.nix
./zathura/zathura.nix
./nushell/nushell.nix
./starship/starship.nix
./dunst/dunst.nix
./helix/helix.nix
./git/git.nix
./gtk
./wezterm
./zathura
./nushell
./starship
./dunst
./helix
./git
];
systemd.user.startServices = "sd-switch";
programs.home-manager.enable = true;

View file

@ -33,7 +33,7 @@
hostname = {
ssh_symbol = "";
style = "bg:#f5c2e7 fg:#11111b";
format = "[on $hostname]($style)";
format = "[@ $hostname]($style)";
ssh_only = false;
disabled = false;
};

View file

@ -0,0 +1,9 @@
{
programs.waybar = {
enable = true;
settings = [
];
};
}