diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2820214 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "bash-scripts"] + path = bash-scripts + url = gitea@git.randomctf.com:random936/bash-scripts.git diff --git a/bash-scripts b/bash-scripts new file mode 160000 index 0000000..57ef154 --- /dev/null +++ b/bash-scripts @@ -0,0 +1 @@ +Subproject commit 57ef154e0f512874e724544ae0deaa59681302bf diff --git a/config/omen.nix b/config/omen.nix index 061571f..95c6f12 100644 --- a/config/omen.nix +++ b/config/omen.nix @@ -61,8 +61,17 @@ pinentry-gtk2 protonmail-bridge pass + + # For RTL-SDR + libusb1 + rtl-sdr + gqrx ]; + # For RTL-SDR + hardware.rtl-sdr.enable = true; + + # Setup Pinentry programs.gnupg.agent = { enable = true; diff --git a/config/shared.nix b/config/shared.nix index 7b40b4b..34d72e4 100644 --- a/config/shared.nix +++ b/config/shared.nix @@ -7,7 +7,7 @@ nixpkgs.config.allowUnfree = true; # General setup - time.timeZone = "America/Los_Angeles"; + time.timeZone = "America/New_York"; i18n.defaultLocale = "en_US.UTF-8"; i18n.extraLocaleSettings = { LC_ADDRESS = "en_US.UTF-8"; diff --git a/config/user.nix b/config/user.nix index 03f8016..bc892a8 100644 --- a/config/user.nix +++ b/config/user.nix @@ -4,5 +4,5 @@ isNormalUser = true; useDefaultShell = true; description = "random"; - extraGroups = [ "networkmanager" "wheel" "docker" "dialout" ]; + extraGroups = [ "networkmanager" "wheel" "docker" "dialout" "plugdev" ]; } diff --git a/home/modules/zsh.nix b/home/modules/zsh.nix index 97f0f10..8f7de47 100644 --- a/home/modules/zsh.nix +++ b/home/modules/zsh.nix @@ -75,6 +75,8 @@ if [[ -n "$SSH_CONNECTION" && "$TERM" == "ghostty" ]]; then export TERM="xterm-256color" fi + + source ~/dotfiles/bash-scripts/aliases.sh ''; plugins = [