1
Fork 0

Remove a bunch of xorg stuff

This commit is contained in:
prescientmoon 2025-04-08 21:48:58 +02:00
parent bf6f8de590
commit 9864f85c40
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
15 changed files with 6 additions and 266 deletions
home/features/cli

View file

@ -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";