mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 17:03: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
|
||||
ls = "exa";
|
||||
l = "exa -lbF --git";
|
||||
ll = "$exa -lbGF --git";
|
||||
ll = "exa -lbGF --git";
|
||||
llm = "exa -lbGd --git --sort=modified";
|
||||
la = "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 = {
|
||||
systemPackages = with pkgs;
|
||||
[
|
||||
systemPackages = with pkgs; [
|
||||
flat-remix-gtk
|
||||
flat-remix-icon-theme
|
||||
quintom-cursor-theme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue