Compare commits
No commits in common. "a3ffa1fc0acad516315c2d469e3ea5eb4eb42055" and "a33ba32a5d7775e36433e5b10c970d1d1d462a6c" have entirely different histories.
a3ffa1fc0a
...
a33ba32a5d
2 changed files with 0 additions and 13 deletions
|
@ -118,7 +118,6 @@
|
||||||
lazygit
|
lazygit
|
||||||
fira-code-nerdfont
|
fira-code-nerdfont
|
||||||
tailscale
|
tailscale
|
||||||
appimage-run
|
|
||||||
];
|
];
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
|
|
||||||
|
@ -149,16 +148,6 @@
|
||||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||||
system.stateVersion = "23.11"; # Did you read the comment?
|
system.stateVersion = "23.11"; # Did you read the comment?
|
||||||
|
|
||||||
# Register app image as an executable and run it with appimage-run
|
|
||||||
boot.binfmt.registrations.appimage = {
|
|
||||||
wrapInterpreterInShell = false;
|
|
||||||
interpreter = "${pkgs.appimage-run}/bin/appimage-run";
|
|
||||||
recognitionType = "magic";
|
|
||||||
offset = 0;
|
|
||||||
mask = ''\xff\xff\xff\xff\x00\x00\x00\x00\xff\xff\xff'';
|
|
||||||
magicOrExtension = ''\x7fELF....AI\x02'';
|
|
||||||
};
|
|
||||||
|
|
||||||
systemd.user.services.ssh_agent = {
|
systemd.user.services.ssh_agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
description = "OpenSSH key agent";
|
description = "OpenSSH key agent";
|
||||||
|
|
2
home.nix
2
home.nix
|
@ -38,7 +38,6 @@
|
||||||
rtx hook-env | source
|
rtx hook-env | source
|
||||||
rtx activate fish | source
|
rtx activate fish | source
|
||||||
direnv hook fish | source
|
direnv hook fish | source
|
||||||
set -gx PATH $PATH $HOME/.krew/bin
|
|
||||||
'';
|
'';
|
||||||
functions = {
|
functions = {
|
||||||
fish_greeting = {
|
fish_greeting = {
|
||||||
|
@ -92,7 +91,6 @@
|
||||||
fluxcd
|
fluxcd
|
||||||
kubernetes-helm
|
kubernetes-helm
|
||||||
cilium-cli
|
cilium-cli
|
||||||
hubble
|
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
cowsay
|
cowsay
|
||||||
|
|
Reference in a new issue