mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
Aly Raffauf
5e801091f6
Some checks are pending
flakehub / flakehub-publish (push) Waiting to run
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
* home: add rofi module with default settings * home/hyprland: switch to rofi * home/waybar: switch to rofi * home/wayland: switch to rofi * home/sway: switch to rofi * cleanup * home.rofi: remove unused emoji plugin
28 lines
327 B
Nix
28 lines
327 B
Nix
{
|
|
imports = [
|
|
./alacritty
|
|
./backblaze
|
|
./bash
|
|
./chromium
|
|
./emacs
|
|
./fastfetch
|
|
./firefox
|
|
./fuzzel
|
|
./helix
|
|
./kitty
|
|
./keepassxc
|
|
./librewolf
|
|
./mako
|
|
./nemo
|
|
./rofi
|
|
./swaylock
|
|
./thunar
|
|
./tmux
|
|
./vsCodium
|
|
./waybar
|
|
./wlogout
|
|
./yazi
|
|
./zed
|
|
];
|
|
}
|