mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 17:03:55 -05:00
Aly Raffauf
c0597a357a
Some checks are pending
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
This reverts commit 62f2d5b1d0
.
26 lines
304 B
Nix
26 lines
304 B
Nix
{
|
|
imports = [
|
|
./alacritty
|
|
./backblaze
|
|
./chromium
|
|
./emacs
|
|
./fastfetch
|
|
./firefox
|
|
./fuzzel
|
|
./helix
|
|
./keepassxc
|
|
./kitty
|
|
./librewolf
|
|
./nemo
|
|
./rofi
|
|
./shell
|
|
./swaylock
|
|
./thunar
|
|
./tmux
|
|
./vsCodium
|
|
./wlogout
|
|
./yazi
|
|
./zed
|
|
];
|
|
}
|