Skip to content

Commit 1780cb2

Browse files
committed
shell: add more aliases
1 parent b09b3ed commit 1780cb2

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

home-manager/shell/common.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
# rebuild = "execmd sudo nixos-rebuild switch";
4040
# garbage-collect = "execmd sudo nix-collect-garbage -d";
4141
fix-store = "execmd sudo nix-store --verify --check-contents --repair";
42+
runpkg = "execmd nix run";
43+
getpkgpath = "nix build --print-out-paths";
4244
# cfastfetch is just an alias to run compact fastfetch
4345
cfastfetch = "fastfetch --config ~/.config/fastfetch/config-compact.jsonc";
4446
};

system/hyprland/default.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ in {
6868
enable = true; # enable Hypridle idle manager, needed for Hyprlock
6969
package = pkgs.hypridle;
7070
};
71-
systemd.user.services.hypridle.path = [
72-
config.programs.hyprland.package
73-
config.programs.hyprlock.package
74-
pkgs.procps
75-
];
7671

7772
programs = {
7873
evince.enable = true; # document viewer

0 commit comments

Comments
 (0)