Update more stuff

This commit is contained in:
xbazzi 2025-07-07 18:04:56 -06:00
parent ae871cab70
commit 3a42c2a461
6 changed files with 27 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 MiB

View File

@ -50,8 +50,8 @@
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom5" = {
binding = "<Super>i";
command = "firefox";
name = "open-firefox";
command = "brave";
name = "open-brave";
};
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom6" = {

View File

@ -28,13 +28,23 @@
awk '{print $7}' | \
fzf --reverse | xargs -I{} code {} -n && exit
}
'';
function makerole() {
mkdir -p "roles/$1/tasks"
mkdir -p "roles/$1/defaults"
mkdir -p "roles/$1/templates"
mkdir -p "roles/$1/handlers"
touch "roles/$1/tasks/main.yml"
touch "roles/$1/defaults/main.yml"
touch "roles/$1/templates/main.yml"
touch "roles/$1/handlers/main.yml"
}
'';
history.size = 10000;
history.ignoreAllDups = true;
history.path = "$HOME/.zsh_history";
history.ignorePatterns = ["rm *" "pkill *" "cp *"];
shellAliases =
shellAliases =
let
flakePath = "~/nixos-config";
in

View File

@ -20,6 +20,9 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot";
# systemd
systemd.network.wait-online.timeout = 10
# Set your time zone.
time.timeZone = "America/Denver";

View File

@ -28,7 +28,7 @@
htop
btop
yazi
google-chrome
#google-chrome
dig
prismlauncher
inetutils
@ -37,6 +37,7 @@
nmap
#intellephense
firefoxpwa
brave
ffmpeg
variety
fzf
@ -47,7 +48,7 @@
programs.nix-ld.enable = true;
programs.thunderbird.enable = true;
# Install firefox.
# Install noisetorch.
programs.noisetorch.enable = true;
# Install firefox.

View File

@ -48,6 +48,13 @@
#sha256 = "lcaomgk91hnjwqaw4i0fagtowr8kwv7zhvgcgkokkuy=";
sha256 = "LcAomgK91hnJWqAW4I0FAgTOwr8Kwv7ZhvGCgkokKuY=";
}
{
name = "vscode-postgres";
publisher = "ckolkman";
version = "1.4.3";
sha256 = "OCy2Nc35vmynoKxoUoTL2qyUoiByTMMPebEjySIZihQ=";
}
];
})
];