something here caused the issue

This commit is contained in:
do butterflies cry? 2026-02-24 23:43:16 +10:00
parent cd89855ce2
commit 45ff93c873
17 changed files with 345 additions and 85 deletions

View file

@ -17,7 +17,10 @@
../modules/apps/thunderbird.nix
../modules/apps/nixcord.nix
../modules/wm/hypr/hyprlock.nix
# ../modules/wm
../modules/wm/mangowc.nix
# ../modules/wm/hypr/hyprland.nix
# ../modules/wm/hypr/hyprlock.nix
../modules/kanshi.nix
../modules/mako.nix
];
@ -32,6 +35,8 @@
homeDirectory = "/home/me";
shellAliases = {
rebuild = "sudo nixos-rebuild switch --flake /home/me/flake --show-trace";
trybuild = "sudo nixos-rebuild test --flake /home/me/flake --show-trace";
brip = "batgrep"; # bat + ripgrep
man = "batman"; # bat + man
};