mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 16:23:55 -05:00
Aly Raffauf
4da4930db9
fallarbor: added disko and fixed nixos-hardwarem odule import fallarbor: added appropriate flake entries
30 lines
325 B
Nix
30 lines
325 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./alacritty
|
|
./bash
|
|
./chromium
|
|
./emacs
|
|
./eza
|
|
./firefox
|
|
./fuzzel
|
|
./fzf
|
|
./kanshi
|
|
./librewolf
|
|
./mako
|
|
./neofetch
|
|
./neovim
|
|
./tauon
|
|
./thunderbird
|
|
./tmux
|
|
./vsCodium
|
|
./waybar
|
|
./webCord
|
|
./wlogout
|
|
];
|
|
}
|