update todo

Former-commit-id: d56f39275c
This commit is contained in:
Hadi
2025-02-18 23:40:07 +01:00
parent 651de22342
commit 2ffa0a3abf
11 changed files with 188 additions and 419 deletions

View File

@@ -4,7 +4,6 @@
../../nixos/prime.nix # CHANGEME: Remove this line if you don't have an Nvidia GPU
../../nixos/audio.nix
../../nixos/auto-upgrade.nix
../../nixos/bluetooth.nix
../../nixos/fonts.nix
../../nixos/home-manager.nix
@@ -16,11 +15,11 @@
../../nixos/users.nix
../../nixos/utils.nix
../../nixos/xdg-portal.nix
../../nixos/variables-config.nix
../../nixos/docker.nix
../../nixos/variables-config.nix
# Choose your theme here
../../themes/stylix/2025.nix
../../themes/stylix/yoru.nix
./hardware-configuration.nix
./variables.nix

View File

@@ -48,7 +48,9 @@
blanket # White-noise app
obsidian # Note taking app
planify # Todolists
gnome-calendar
gnome-calendar # Calendar
textpieces # Manipulate texts
curtail # Compress images
# Dev
go
@@ -57,6 +59,8 @@
jq
figlet
just
pnpm
lazydocker
# Utils
zip
@@ -65,8 +69,7 @@
pfetch
pandoc
btop
textpieces # Manipulate texts
curtail # Compress images
fastfetch
# Just cool
peaclock

View File

@@ -23,6 +23,6 @@
autoGarbageCollector = true;
# Choose your theme variables here
theme = import ../../themes/var/2025.nix;
theme = import ../../themes/var/yoru.nix;
};
}