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 = [ 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;

View file

@ -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;
}; };

View file

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