mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 11:39:19 +00:00
24 lines
253 B
Nix
24 lines
253 B
Nix
{
|
|
inputs,
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./hypr
|
|
./waybar
|
|
./git
|
|
./fish
|
|
./rofi
|
|
./rbw
|
|
./firefox
|
|
./tmux
|
|
./alacritty
|
|
./direnv
|
|
];
|
|
|
|
programs = {
|
|
gpg.enable = true;
|
|
wpaperd.enable = true;
|
|
};
|
|
}
|