mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-06 07:36:23 +01:00
19 lines
316 B
Nix
19 lines
316 B
Nix
{...}: {
|
|
home-manager.users.jade = {...}: {
|
|
imports = [
|
|
./notifications.nix
|
|
./terminal.nix
|
|
./compositing.nix
|
|
./panels
|
|
./xmonad
|
|
./sway
|
|
];
|
|
|
|
services.gpg-agent = {
|
|
enable = true;
|
|
enableNushellIntegration = true;
|
|
enableSshSupport = true;
|
|
};
|
|
};
|
|
}
|