Skip to content

Commit

Permalink
shell: add more aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Nov 13, 2024
1 parent b09b3ed commit 1780cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions home-manager/shell/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
# rebuild = "execmd sudo nixos-rebuild switch";
# garbage-collect = "execmd sudo nix-collect-garbage -d";
fix-store = "execmd sudo nix-store --verify --check-contents --repair";
runpkg = "execmd nix run";
getpkgpath = "nix build --print-out-paths";
# cfastfetch is just an alias to run compact fastfetch
cfastfetch = "fastfetch --config ~/.config/fastfetch/config-compact.jsonc";
};
Expand Down
5 changes: 0 additions & 5 deletions system/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ in {
enable = true; # enable Hypridle idle manager, needed for Hyprlock
package = pkgs.hypridle;
};
systemd.user.services.hypridle.path = [
config.programs.hyprland.package
config.programs.hyprlock.package
pkgs.procps
];

programs = {
evince.enable = true; # document viewer
Expand Down

0 comments on commit 1780cb2

Please sign in to comment.