mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-24 05:07:00 -04:00
29 current 2024-04-21 21:46:39 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
5fec604245
commit
07525b4852
3 changed files with 31 additions and 22 deletions
|
@ -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?
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
pkgs.bitwarden
|
||||
pkgs.spotify
|
||||
pkgs.vscodium
|
||||
pkgs.discord
|
||||
pkgs.vesktop
|
||||
pkgs.kitty
|
||||
pkgs.rofi
|
||||
pkgs.go
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue