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 = [
|
||||
./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;
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
hostname = {
|
||||
ssh_symbol = "";
|
||||
style = "bg:#f5c2e7 fg:#11111b";
|
||||
format = "[on $hostname]($style)";
|
||||
format = "[@ $hostname]($style)";
|
||||
ssh_only = 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