Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimoth committed Jan 23, 2024
1 parent 0df883f commit 54aa251
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion machines/pcLexell/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,11 @@
bat $(whereis -b $1 | cut -d ' ' -f 2) -p
'';
myexa = pkgs.writeShellScriptBin "exa" ''
${pkgs.eza}/bin/eza ''${@: 2}
${pkgs.eza}/bin/eza ''${@: 1}
'';
unfree = pkgs.writeShellScriptBin "unfree" ''
export NIXPKGS_ALLOW_UNFREE=1
"''${@: 1}"
'';
in {
users.defaultUserShell = pkgs.fish;
Expand Down Expand Up @@ -252,6 +256,7 @@ in {
bat # Modern analog of cat
ripgrep # Modern analog of grep with some usefull patches
ripgrep-all # Some usefull extensions for ripgrep
bat-extras.batgrep
#qrencode # Generate & print qr codes in terminal
figlet # Print text with ascii fonts
xclip # x11 clipboard managment tool
Expand Down Expand Up @@ -294,5 +299,6 @@ in {
printlogo
myexa
arraydedup
unfree
];
}

0 comments on commit 54aa251

Please sign in to comment.