mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-11 09:23:56 -05:00
formatting
This commit is contained in:
parent
43e32b076b
commit
fb0c186896
2 changed files with 37 additions and 39 deletions
|
|
@ -43,7 +43,7 @@
|
||||||
#exa is 1 too many letters
|
#exa is 1 too many letters
|
||||||
ls = "exa";
|
ls = "exa";
|
||||||
l = "exa -lbF --git";
|
l = "exa -lbF --git";
|
||||||
ll = "$exa -lbGF --git";
|
ll = "exa -lbGF --git";
|
||||||
llm = "exa -lbGd --git --sort=modified";
|
llm = "exa -lbGd --git --sort=modified";
|
||||||
la = "exa -lbhHigUmuSa --time-style=long-iso --git --color-scale";
|
la = "exa -lbhHigUmuSa --time-style=long-iso --git --color-scale";
|
||||||
lx = "exa -lbhHigUmuSa@ --time-style=long-iso --git --color-scale";
|
lx = "exa -lbhHigUmuSa@ --time-style=long-iso --git --color-scale";
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
{pkgs,...}:
|
{pkgs, ...}: {
|
||||||
{
|
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs;
|
systemPackages = with pkgs; [
|
||||||
[
|
|
||||||
flat-remix-gtk
|
flat-remix-gtk
|
||||||
flat-remix-icon-theme
|
flat-remix-icon-theme
|
||||||
quintom-cursor-theme
|
quintom-cursor-theme
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue