Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
8a2a368b53
@ -20,14 +20,14 @@
|
||||
];
|
||||
};
|
||||
|
||||
"nixosWSL" = nixpkgs-23-11.lib.nixosSystem {
|
||||
"nixosWSL" = nixpkgs-24-05.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit customPackageOverlay;
|
||||
};
|
||||
modules = [
|
||||
./nixosWSL/configuration.nix
|
||||
homeManager-23-11.nixosModules.home-manager {
|
||||
homeManager-24-05.nixosModules.home-manager {
|
||||
home-manager.extraSpecialArgs = {
|
||||
withGUI = false;
|
||||
gitSigningKey = "8F904A3FC7021497";
|
||||
@ -37,7 +37,7 @@
|
||||
imports = [ ../home/deepak/home.nix ];
|
||||
};
|
||||
}
|
||||
NixOS-WSL.nixosModules.wsl
|
||||
NixOS-WSL-2405.nixosModules.wsl
|
||||
];
|
||||
};
|
||||
"nixosEggYoke" = nixpkgs-24-05.lib.nixosSystem {
|
||||
|
@ -62,6 +62,8 @@ in
|
||||
gnupg
|
||||
];
|
||||
|
||||
environment.noXlibs = false;
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
@ -72,7 +74,7 @@ in
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "curses";
|
||||
pinentryPackage = pkgs.pinentry-qt;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user