mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: work on laptop and shell stuff
This commit is contained in:
parent
a4b63004fb
commit
1071288f6e
21 changed files with 165 additions and 38 deletions
|
|
@ -1,6 +1,13 @@
|
|||
{lib, ...}: let
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (lib.modules) mkDefault mkMerge;
|
||||
in {
|
||||
home.packages = [
|
||||
pkgs.gpg-tui
|
||||
];
|
||||
services.gpg-agent = {
|
||||
enable = mkDefault true;
|
||||
enableExtraSocket = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue