Remove a bunch of xorg stuff
This commit is contained in:
parent
bf6f8de590
commit
9864f85c40
15 changed files with 6 additions and 266 deletions
home/features/cli
|
@ -1,11 +1,12 @@
|
|||
{ pkgs, lib, ... }:
|
||||
let package = pkgs.eza;
|
||||
let
|
||||
package = pkgs.eza;
|
||||
in
|
||||
{
|
||||
home.packages = [ package ];
|
||||
|
||||
home.shellAliases =
|
||||
let eza = lib.getExe package;
|
||||
let
|
||||
eza = lib.getExe package;
|
||||
in
|
||||
rec {
|
||||
ls = "${eza} --icons --long";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue