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