mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 00:32:55 +00:00
keybase encryption
This commit is contained in:
parent
c14702c9ee
commit
1424f6c983
@ -10,6 +10,7 @@
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix.extraOptions = "experimental-features = nix-command flakes";
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
@ -169,12 +170,17 @@
|
||||
steam
|
||||
];
|
||||
|
||||
environment.variables = { NIX_SKIP_KEYBASE_CHECKS = "1"; };
|
||||
|
||||
location = {
|
||||
latitude = 40.0;
|
||||
longitude = 74.0;
|
||||
};
|
||||
|
||||
services.redshift = { enable = true; };
|
||||
# Reduce blue light at night
|
||||
services.redshift.enable = true;
|
||||
|
||||
services.keybase.enable = true;
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
# started in user sessions.
|
||||
|
@ -26,16 +26,24 @@ in {
|
||||
# Utilities
|
||||
unzip
|
||||
gcc # for tree-sitter
|
||||
tmux
|
||||
starship
|
||||
rsync
|
||||
fzf
|
||||
ripgrep
|
||||
bat
|
||||
fd
|
||||
exa
|
||||
sd
|
||||
zoxide
|
||||
jq
|
||||
tealdeer
|
||||
gh
|
||||
direnv
|
||||
|
||||
# Encryption
|
||||
keybase
|
||||
keybase-gui
|
||||
gnupg
|
||||
pass
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user