mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Enable opensnitch
This commit is contained in:
@@ -24,6 +24,7 @@ in {
|
||||
defaultCacheTtlSsh = 3600;
|
||||
enableSshSupport = true;
|
||||
};
|
||||
opensnitch-ui.enable = stdenv.isLinux;
|
||||
};
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
@@ -171,6 +172,7 @@ in {
|
||||
shellAliases = {
|
||||
".." = "cd ..";
|
||||
c = "code";
|
||||
docker = "podman";
|
||||
g = "git";
|
||||
gr = "cd $(git rev-parse --show-toplevel)";
|
||||
gho = "gh repo view --web >/dev/null";
|
||||
|
Reference in New Issue
Block a user