Compare commits
No commits in common. "755a294df63ca4b9f6faf04abb939caec87bc06c" and "9389d2661a1298a9314134b2eb1172e1e5d1fe34" have entirely different histories.
755a294df6
...
9389d2661a
1 changed files with 6 additions and 5 deletions
|
|
@ -88,11 +88,10 @@ in {
|
|||
# Some programs need SUID wrappers, can be configured further or are
|
||||
# started in user sessions.
|
||||
# programs.mtr.enable = true;
|
||||
|
||||
# programs.gnupg.agent = {
|
||||
# enable = true;
|
||||
# enableSSHSupport = true;
|
||||
# };
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
programs.neovim = { enable = true; };
|
||||
|
||||
|
|
@ -118,6 +117,8 @@ in {
|
|||
# accidentally delete configuration.nix.
|
||||
# system.copySystemConfiguration = true;
|
||||
|
||||
system.nixos.tags = [ "HiDPI" "nvidia-only" ];
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue