mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 18:16:13 +01:00
76513487e9
Signed-off-by: Magic_RB <magic_rb@redalder.org>
22 lines
299 B
Nix
22 lines
299 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./alacritty
|
|
./bash
|
|
./ssh
|
|
./shh
|
|
./emacs
|
|
# ./pulseaudio
|
|
./xmonad
|
|
./3d-printing.nix
|
|
./cmdline-utils.nix
|
|
./gpg.nix
|
|
./graphical-programs.nix
|
|
./multimc.nix
|
|
./pin-nixpkgs.nix
|
|
./rust.nix
|
|
./webdev.nix
|
|
./wine.nix
|
|
];
|
|
}
|