Newer kernel + better search alias

This commit is contained in:
Filippo Berto 2022-04-13 14:47:21 +02:00
parent 34aac68b99
commit fbadad9834
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@ let
"jc" = "sudo journalctl";
"jcu" = "journalctl --user";
"nf" = "find /nix/store/ -maxdepth 1 | grep";
"ns" = ''nix search nixos\\.'';
"ns" = "nix search github:NixOS/nixpkgs/release-21.11";
"nS" = "nix-shell";
"sc" = "sudo systemctl";
"scu" = "systemctl --user";