Kieran's opinionated (and probably slightly dumb) nix config

feat: add new acon bg and shell alias to change bg

dunkirk.sh 98b38e40 e3b2a60d

verified
Changed files
+2
home-manager
app
dots
wm
hyprland
+1
home-manager/app/shell.nix
···
rr = "rm -Rf";
ghrpc = "gh repo create -c";
goops = "git commit --amend --no-edit && git push --force-with-lease";
};
initExtra = ''
#ssh auto reconnect
···
rr = "rm -Rf";
ghrpc = "gh repo create -c";
goops = "git commit --amend --no-edit && git push --force-with-lease";
+
chngwall = "~/.config/hypr/randomize.sh";
};
initExtra = ''
#ssh auto reconnect
home-manager/dots/acon-forest.jpg

This is a binary file and will not be displayed.

+1
home-manager/wm/hyprland/default.nix
···
xdg.configFile."hypr/wall/acon-pier.jpg".source = ../../dots/acon-pier.jpg;
xdg.configFile."hypr/wall/clouds-tongyu.jpg".source = ../../dots/clouds-tongyu.jpg;
xdg.configFile."hypr/wall/frameworks.jpg".source = ../../dots/frameworks.jpg;
# portal
xdg.portal = {
···
xdg.configFile."hypr/wall/acon-pier.jpg".source = ../../dots/acon-pier.jpg;
xdg.configFile."hypr/wall/clouds-tongyu.jpg".source = ../../dots/clouds-tongyu.jpg;
xdg.configFile."hypr/wall/frameworks.jpg".source = ../../dots/frameworks.jpg;
+
xdg.configFile."hypr/wall/acon-forest.jpg".source = ../../dots/acon-forest.jpg;
# portal
xdg.portal = {