mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 18:16:13 +01:00
20 lines
279 B
Nix
20 lines
279 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./alacritty
|
||
|
./bash
|
||
|
./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
|
||
|
];
|
||
|
}
|