aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2026-04-20 20:42:17 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2026-04-20 20:42:17 +0530
commit826e66fe944767581a67d5bbc51401bd29191040 (patch)
treea59c5e0ae2f1c1c90275f8411c39027d20ee26d1
parentd201a111648603057ed9239fdf4081812e97112e (diff)
downloadodysseus-826e66fe944767581a67d5bbc51401bd29191040.zip
odysseus-826e66fe944767581a67d5bbc51401bd29191040.tar.gz
diaaaaaazeeeeeeeeeepam
an automated commit
-rw-r--r--home.nix2
-rw-r--r--home/gpg.nix2
-rw-r--r--home/udiskie.nix3
-rw-r--r--home/zsh.nix26
4 files changed, 13 insertions, 20 deletions
diff --git a/home.nix b/home.nix
index 04a1843..2aac270 100644
--- a/home.nix
+++ b/home.nix
@@ -10,7 +10,6 @@
./home/zsh.nix
./home/gpg.nix
./home/tmux.nix
- ./home/udiskie.nix
./home/starship.nix
./home/ghostty.nix
./home/mime-apps.nix
@@ -47,7 +46,6 @@
git
starship
tmux
- udisks2
ripgrep
inputs.hypr-wellbeing.packages.${pkgs.system}.default
inputs.luffy.packages.${system}.luffy
diff --git a/home/gpg.nix b/home/gpg.nix
index 63c1ec0..def7b26 100644
--- a/home/gpg.nix
+++ b/home/gpg.nix
@@ -17,7 +17,7 @@
};
services.gpg-agent = {
- enable = true;
+ enable = false;
defaultCacheTtl = 43200;
maxCacheTtl = 43200;
diff --git a/home/udiskie.nix b/home/udiskie.nix
deleted file mode 100644
index f3ea3b8..0000000
--- a/home/udiskie.nix
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- services.udiskie.enable = true;
-}
diff --git a/home/zsh.nix b/home/zsh.nix
index 866e153..70a180a 100644
--- a/home/zsh.nix
+++ b/home/zsh.nix
@@ -14,16 +14,14 @@
share = true;
expireDuplicatesFirst = true;
};
-
+
shellAliases = {
sch = "sudo systemctl set-environment SCX_SCHEDULER_OVERRIDE=scx_lavd && sudo systemctl restart scx";
-
+
".." = "cd ..";
-
- system-manager = ''nix run 'github:numtide/system-manager' --'';
zrc = "nvim $HOME/.config/zsh/.zshrc";
-
+
ga = "git add";
gc = "git commit";
gp = "git push";
@@ -33,7 +31,7 @@
gb = "git branch";
gi = "git init";
gcl = "git clone";
-
+
swww = "awww";
weather = "curl -s 'https://wttr.in/?1n'";
pacgraph = "pacgraph --show-req-by -b '#232738' -l '#9778d3' -t '#cca9c6' -d '#b8d0eb'";
@@ -66,37 +64,37 @@
rtmp = "podman run -d -p 1935:1935 --name nginx docker.io/tiangolo/nginx-rtmp";
lf = "yazi";
dfm = "demonfm";
-
+
ls = "eza";
ll = "eza -lgh";
la = "eza -lagh";
tree = "eza -T";
-
+
mv = "mvg -ig";
rm = "rip -i --graveyard $HOME/.local/share/Trash";
ln = "ln -i";
cp = "cpg -ig";
-
+
"scheiße" = "bash";
e = "$EDITOR";
edit = "msedit";
c = "clear";
-
+
xcc = "xclip -selection clipboard";
xco = "xclip -selection clipboard -o";
pbcopy = "wl-copy";
pbpaste = "wl-paste";
-
+
install = "paru -Slq | fzf --multi --preview 'paru -Si {1}' | xargs -ro paru -S";
uninstall = "paru -Qq | fzf --multi --preview 'paru -Qi {1}' | xargs -ro paru -Rcns";
update = "paru -Syu --noconfirm";
garbage = "paru -Rcns $(paru -Qqdtt)";
};
-
+
initContent = ''
- unset __HM_SESS_VARS_SOURCED
+ unset __HM_SESS_VARS_SOURCED
source ~/.nix-profile/etc/profile.d/hm-session-vars.sh
-
+
# global aliases
alias -g NE='2>/dev/null'
alias -g DN='> /dev/null'