Added config for rtl-sdr; changed timezone
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "bash-scripts"]
|
||||||
|
path = bash-scripts
|
||||||
|
url = gitea@git.randomctf.com:random936/bash-scripts.git
|
||||||
1
bash-scripts
Submodule
1
bash-scripts
Submodule
Submodule bash-scripts added at 57ef154e0f
@@ -61,8 +61,17 @@
|
|||||||
pinentry-gtk2
|
pinentry-gtk2
|
||||||
protonmail-bridge
|
protonmail-bridge
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
# For RTL-SDR
|
||||||
|
libusb1
|
||||||
|
rtl-sdr
|
||||||
|
gqrx
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# For RTL-SDR
|
||||||
|
hardware.rtl-sdr.enable = true;
|
||||||
|
|
||||||
|
|
||||||
# Setup Pinentry
|
# Setup Pinentry
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
# General setup
|
# General setup
|
||||||
time.timeZone = "America/Los_Angeles";
|
time.timeZone = "America/New_York";
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
i18n.extraLocaleSettings = {
|
i18n.extraLocaleSettings = {
|
||||||
LC_ADDRESS = "en_US.UTF-8";
|
LC_ADDRESS = "en_US.UTF-8";
|
||||||
|
|||||||
@@ -4,5 +4,5 @@
|
|||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
useDefaultShell = true;
|
useDefaultShell = true;
|
||||||
description = "random";
|
description = "random";
|
||||||
extraGroups = [ "networkmanager" "wheel" "docker" "dialout" ];
|
extraGroups = [ "networkmanager" "wheel" "docker" "dialout" "plugdev" ];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -75,6 +75,8 @@
|
|||||||
if [[ -n "$SSH_CONNECTION" && "$TERM" == "ghostty" ]]; then
|
if [[ -n "$SSH_CONNECTION" && "$TERM" == "ghostty" ]]; then
|
||||||
export TERM="xterm-256color"
|
export TERM="xterm-256color"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
source ~/dotfiles/bash-scripts/aliases.sh
|
||||||
'';
|
'';
|
||||||
|
|
||||||
plugins = [
|
plugins = [
|
||||||
|
|||||||
Reference in New Issue
Block a user