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" = {
|
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom5" = {
|
||||||
binding = "<Super>i";
|
binding = "<Super>i";
|
||||||
command = "firefox";
|
command = "brave";
|
||||||
name = "open-firefox";
|
name = "open-brave";
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom6" = {
|
"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}' | \
|
awk '{print $7}' | \
|
||||||
fzf --reverse | xargs -I{} code {} -n && exit
|
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.size = 10000;
|
||||||
history.ignoreAllDups = true;
|
history.ignoreAllDups = true;
|
||||||
history.path = "$HOME/.zsh_history";
|
history.path = "$HOME/.zsh_history";
|
||||||
history.ignorePatterns = ["rm *" "pkill *" "cp *"];
|
history.ignorePatterns = ["rm *" "pkill *" "cp *"];
|
||||||
|
|
||||||
shellAliases =
|
shellAliases =
|
||||||
let
|
let
|
||||||
flakePath = "~/nixos-config";
|
flakePath = "~/nixos-config";
|
||||||
in
|
in
|
||||||
|
@ -20,6 +20,9 @@
|
|||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.loader.efi.efiSysMountPoint = "/boot";
|
boot.loader.efi.efiSysMountPoint = "/boot";
|
||||||
|
|
||||||
|
# systemd
|
||||||
|
systemd.network.wait-online.timeout = 10
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "America/Denver";
|
time.timeZone = "America/Denver";
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
htop
|
htop
|
||||||
btop
|
btop
|
||||||
yazi
|
yazi
|
||||||
google-chrome
|
#google-chrome
|
||||||
dig
|
dig
|
||||||
prismlauncher
|
prismlauncher
|
||||||
inetutils
|
inetutils
|
||||||
@ -37,6 +37,7 @@
|
|||||||
nmap
|
nmap
|
||||||
#intellephense
|
#intellephense
|
||||||
firefoxpwa
|
firefoxpwa
|
||||||
|
brave
|
||||||
ffmpeg
|
ffmpeg
|
||||||
variety
|
variety
|
||||||
fzf
|
fzf
|
||||||
@ -47,7 +48,7 @@
|
|||||||
|
|
||||||
programs.nix-ld.enable = true;
|
programs.nix-ld.enable = true;
|
||||||
programs.thunderbird.enable = true;
|
programs.thunderbird.enable = true;
|
||||||
# Install firefox.
|
# Install noisetorch.
|
||||||
programs.noisetorch.enable = true;
|
programs.noisetorch.enable = true;
|
||||||
|
|
||||||
# Install firefox.
|
# Install firefox.
|
||||||
|
@ -48,6 +48,13 @@
|
|||||||
#sha256 = "lcaomgk91hnjwqaw4i0fagtowr8kwv7zhvgcgkokkuy=";
|
#sha256 = "lcaomgk91hnjwqaw4i0fagtowr8kwv7zhvgcgkokkuy=";
|
||||||
sha256 = "LcAomgK91hnJWqAW4I0FAgTOwr8Kwv7ZhvGCgkokKuY=";
|
sha256 = "LcAomgK91hnJWqAW4I0FAgTOwr8Kwv7ZhvGCgkokKuY=";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "vscode-postgres";
|
||||||
|
publisher = "ckolkman";
|
||||||
|
version = "1.4.3";
|
||||||
|
sha256 = "OCy2Nc35vmynoKxoUoTL2qyUoiByTMMPebEjySIZihQ=";
|
||||||
|
|
||||||
|
}
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user