mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 01:56:54 +01:00
14 lines
136 B
Nix
14 lines
136 B
Nix
{ self, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./common
|
|
./direnv
|
|
./firefox
|
|
./git
|
|
./gpg
|
|
./nushell
|
|
./sway
|
|
./users
|
|
];
|
|
}
|