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