Add fish alias intended for eza
This commit is contained in:
parent
1b2ed2caa7
commit
e5347dffcb
2 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
gcc
|
||||
ffmpeg
|
||||
openssl
|
||||
jaq
|
||||
|
|
@ -19,8 +20,6 @@
|
|||
graphviz
|
||||
texlive.combined.scheme-full
|
||||
(aspellWithDicts (ps: with ps; [ en en-computers en-science ]))
|
||||
|
||||
gcc
|
||||
];
|
||||
|
||||
programs.hyprland.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue