mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-26 19:12:18 +00:00
Compare commits
4 commits
a79d6edec3
...
e9ea326003
Author | SHA1 | Date | |
---|---|---|---|
e9ea326003 | |||
14fab92bb5 | |||
a44b2f3878 | |||
f61e6db3ff |
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
{ 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