29 current 2024-04-21 21:46:39 24.05.20240419.5c24cf2 6.6.28 *

This commit is contained in:
sadanslargehole 2024-04-21 21:46:45 -04:00
parent 5fec604245
commit 07525b4852
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800
3 changed files with 31 additions and 22 deletions

View file

@ -43,7 +43,7 @@ services.xserver = {
# servives.desktopManager.plasma6.enable = true;
# services.desktopManager.plasma6.enable = true;
# Configure keymap in X11
# services.xserver.xkb.layout = "us";
@ -102,6 +102,8 @@ programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
pkgs.curlWithGnuTls
];
programs.gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-rofi;
@ -150,4 +152,3 @@ enableSSHSupport = true;
system.stateVersion = "23.11"; # Did you read the comment?
}

View file

@ -27,7 +27,7 @@
pkgs.bitwarden
pkgs.spotify
pkgs.vscodium
pkgs.discord
pkgs.vesktop
pkgs.kitty
pkgs.rofi
pkgs.go