Update more stuff
This commit is contained in:
parent
ae871cab70
commit
3a42c2a461
BIN
forest.png
BIN
forest.png
Binary file not shown.
Before Width: | Height: | Size: 6.2 MiB |
@ -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" = {
|
||||
|
14
home/zsh.nix
14
home/zsh.nix
@ -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
|
||||
|
@ -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";
|
||||
|
||||
|
@ -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.
|
||||
|
@ -48,6 +48,13 @@
|
||||
#sha256 = "lcaomgk91hnjwqaw4i0fagtowr8kwv7zhvgcgkokkuy=";
|
||||
sha256 = "LcAomgK91hnJWqAW4I0FAgTOwr8Kwv7ZhvGCgkokKuY=";
|
||||
}
|
||||
{
|
||||
name = "vscode-postgres";
|
||||
publisher = "ckolkman";
|
||||
version = "1.4.3";
|
||||
sha256 = "OCy2Nc35vmynoKxoUoTL2qyUoiByTMMPebEjySIZihQ=";
|
||||
|
||||
}
|
||||
];
|
||||
})
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user