mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
85f741c920
Although rofi was cute, ironbar may suit my needs better since I don't actually need a launcher that shows all desktop files. This makes things simpler and makes the launcher (ironbar) easier to extend upon since it's written in Rust.
30 lines
478 B
Nix
30 lines
478 B
Nix
{
|
|
home-manager.sharedModules = [
|
|
./dunst.nix
|
|
./fcitx.nix
|
|
./fish.nix
|
|
./git.nix
|
|
./gpg.nix
|
|
./gtk.nix
|
|
./htop.nix
|
|
./hyprland.nix
|
|
./ironbar.nix
|
|
./joshuto.nix
|
|
./kitty.nix
|
|
./librewolf.nix
|
|
./mime-apps.nix
|
|
./mpv.nix
|
|
./ncmpcpp.nix
|
|
./neovim.nix
|
|
./pqiv.nix
|
|
./qutebrowser.nix
|
|
./swaylock.nix
|
|
./thunar.nix
|
|
./udiskie.nix
|
|
./xcursor.nix
|
|
./xdg-user-dirs.nix
|
|
./xresources.nix
|
|
./zathura.nix
|
|
];
|
|
}
|