This commit is contained in:
parent
57b0275c04
commit
5ad1f4e497
5 changed files with 18 additions and 15 deletions
|
|
@ -71,7 +71,7 @@ let
|
|||
"$HOME/.calendars" 2> /dev/null) || true | \
|
||||
while read -r _; do
|
||||
render
|
||||
timeout 3 cat || true # debounce for 3s, https://stackoverflow.com/a/69945839
|
||||
# timeout 3 cat || true # debounce for 3s, https://stackoverflow.com/a/69945839
|
||||
done
|
||||
done
|
||||
'';
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ in
|
|||
virtualisation.podman.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
jetbrains.rider
|
||||
unstable.jetbrains.rider
|
||||
# android-studio
|
||||
nixpkgs-manual
|
||||
nixpkgs-manual.lib-docs
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ in
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.homeBinInPath = true;
|
||||
nix.settings.trusted-users = [cfg.name];
|
||||
users.users.${cfg.name} = {
|
||||
openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID/oMAi5jyQsNohfhcSH2ItisTpBGB0WtYTVxJYKKqhj"]; # theseus
|
||||
isNormalUser = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue