update to nixos 24.11
This commit is contained in:
parent
96243b2f06
commit
3b10a0f211
9 changed files with 22 additions and 25 deletions
|
@ -13,14 +13,12 @@
|
|||
meld
|
||||
simple-scan
|
||||
pinta
|
||||
]
|
||||
++ (with gnome; [
|
||||
dconf-editor
|
||||
gpaste
|
||||
|
||||
# graphical installer for flatpak apps
|
||||
gnome-software
|
||||
])
|
||||
]
|
||||
++ (with gnomeExtensions; [
|
||||
caffeine
|
||||
appindicator
|
||||
|
|
|
@ -16,7 +16,7 @@ inputs@{ pkgs, ... }:
|
|||
eza = {
|
||||
enable = true;
|
||||
git = true;
|
||||
icons = true;
|
||||
icons = "auto";
|
||||
extraOptions = [
|
||||
"--group-directories-first"
|
||||
"--header"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue