something here caused the issue
This commit is contained in:
parent
cd89855ce2
commit
45ff93c873
17 changed files with 345 additions and 85 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue