1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: add gpg agent settings; add kitty

This commit is contained in:
oddlama 2023-02-09 02:31:36 +01:00
parent 8d0c068e53
commit 3fb61b585b
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
16 changed files with 194 additions and 35 deletions

View file

@ -8,6 +8,7 @@ with lib; {
users.groups.myuser.gid = config.users.users.myuser.uid;
users.users.myuser = {
uid = 1000;
hashedPassword = "$6$YogAnKRz8qW2Gz.I$chgMKKrpPAfV0WuGN6ChOgUJistpCzFsHOT6mhHyj07mwI1kSfDJvnMB13frMvkpv2aGpXHVH.yxk5fYHeeET/";
createHome = true;
group = "myuser";
extraGroups =
@ -22,13 +23,7 @@ with lib; {
#impermanence.home-manager.impermanence
../common
./dev.nix
#]
#++ optionals config.programs.sway.enable [
# ./graphical
# ./graphical/sway
#] ++ optionals config.services.xserver.windowManager.i3.enable [
# ./graphical
# ./graphical/i3
./gpg.nix
];
home = {