File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 39
39
# rebuild = "execmd sudo nixos-rebuild switch";
40
40
# garbage-collect = "execmd sudo nix-collect-garbage -d";
41
41
fix-store = "execmd sudo nix-store --verify --check-contents --repair" ;
42
+ runpkg = "execmd nix run" ;
43
+ getpkgpath = "nix build --print-out-paths" ;
42
44
# cfastfetch is just an alias to run compact fastfetch
43
45
cfastfetch = "fastfetch --config ~/.config/fastfetch/config-compact.jsonc" ;
44
46
} ;
Original file line number Diff line number Diff line change 68
68
enable = true ; # enable Hypridle idle manager, needed for Hyprlock
69
69
package = pkgs . hypridle ;
70
70
} ;
71
- systemd . user . services . hypridle . path = [
72
- config . programs . hyprland . package
73
- config . programs . hyprlock . package
74
- pkgs . procps
75
- ] ;
76
71
77
72
programs = {
78
73
evince . enable = true ; # document viewer
You can’t perform that action at this time.
0 commit comments