feat: remove unused
This commit is contained in:
parent
716ff2ef18
commit
8304d8dcdf
3 changed files with 7 additions and 27 deletions
BIN
cat.png
BIN
cat.png
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB |
|
|
@ -51,6 +51,8 @@
|
||||||
dnsovertls = "true";
|
dnsovertls = "true";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.tailscale.enable = true;
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "America/Los_Angeles";
|
time.timeZone = "America/Los_Angeles";
|
||||||
|
|
||||||
|
|
|
||||||
32
home.nix
32
home.nix
|
|
@ -31,6 +31,9 @@
|
||||||
"org/gtk/settings/file-chooser" = {
|
"org/gtk/settings/file-chooser" = {
|
||||||
clock-format = "12h";
|
clock-format = "12h";
|
||||||
};
|
};
|
||||||
|
"org/gnome/desktop/peripherals/touchpad" = {
|
||||||
|
disable-while-typing = true;
|
||||||
|
};
|
||||||
"org/gnome/shell" = {
|
"org/gnome/shell" = {
|
||||||
disable-user-extensions = false;
|
disable-user-extensions = false;
|
||||||
enabled-extensions = [
|
enabled-extensions = [
|
||||||
|
|
@ -42,9 +45,8 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
git
|
git
|
||||||
wget
|
wget
|
||||||
vim
|
|
||||||
helix
|
helix
|
||||||
code-cursor
|
code-cursor-fhs
|
||||||
kitty
|
kitty
|
||||||
zellij
|
zellij
|
||||||
jujutsu
|
jujutsu
|
||||||
|
|
@ -53,7 +55,6 @@
|
||||||
inputs.zen-browser.packages."${pkgs.system}".twilight-official
|
inputs.zen-browser.packages."${pkgs.system}".twilight-official
|
||||||
nerd-fonts.commit-mono
|
nerd-fonts.commit-mono
|
||||||
prismlauncher
|
prismlauncher
|
||||||
steam
|
|
||||||
qbittorrent-enhanced
|
qbittorrent-enhanced
|
||||||
gimp3
|
gimp3
|
||||||
obs-studio
|
obs-studio
|
||||||
|
|
@ -65,41 +66,18 @@
|
||||||
eza
|
eza
|
||||||
ripgrep
|
ripgrep
|
||||||
unzip
|
unzip
|
||||||
jq
|
|
||||||
direnv
|
direnv
|
||||||
gnomeExtensions.hide-top-bar
|
gnomeExtensions.hide-top-bar
|
||||||
signal-desktop
|
signal-desktop
|
||||||
dive
|
|
||||||
passt
|
|
||||||
dbeaver-bin
|
|
||||||
insomnia
|
|
||||||
tree
|
tree
|
||||||
figma-agent
|
figma-agent
|
||||||
figma-linux
|
figma-linux
|
||||||
libheif
|
|
||||||
ffmpeg
|
|
||||||
google-chrome
|
google-chrome
|
||||||
pdftk
|
|
||||||
gh
|
|
||||||
nmap
|
|
||||||
handbrake
|
|
||||||
orca-slicer
|
|
||||||
# OpenCL runtime and hashcat for password recovery
|
|
||||||
hashcat
|
|
||||||
pocl # Portable Computing Language - better for AMD CPUs
|
|
||||||
ocl-icd # OpenCL Installable Client Driver
|
|
||||||
clinfo # OpenCL information tool for debugging
|
|
||||||
fontforge-gtk
|
|
||||||
tor-browser
|
tor-browser
|
||||||
mullvad-vpn
|
mullvad-vpn
|
||||||
arduino-ide
|
element-desktop
|
||||||
mgba
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# OpenCL configuration for hashcat using PoCL
|
|
||||||
home.file.".config/OpenCL/vendors/pocl.icd".text = ''
|
|
||||||
${pkgs.pocl}/lib/libpocl.so
|
|
||||||
'';
|
|
||||||
|
|
||||||
# Set environment variables for OpenCL
|
# Set environment variables for OpenCL
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue