mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-26 19:12:18 +00:00
Compare commits
No commits in common. "e9ea3260036861778cd68bb2c4f3540ee859ae21" and "a79d6edec3231fb7bc0080f85ee1abe9ca865731" have entirely different histories.
e9ea326003
...
a79d6edec3
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
{ lib, ... }: {
|
{ lib, ... }: {
|
||||||
programs.eza = {
|
programs.eza = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableAliases = true;
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--group-directories-first"
|
"--group-directories-first"
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# gimp-with-plugins
|
gimp-with-plugins
|
||||||
lagrange
|
lagrange
|
||||||
obsidian
|
obsidian
|
||||||
qFlipper
|
qFlipper
|
||||||
|
|
Loading…
Reference in a new issue