mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -23,6 +23,6 @@
|
||||
autoGarbageCollector = true;
|
||||
|
||||
# Choose your theme variables here
|
||||
theme = import ../../themes/var/2025.nix;
|
||||
theme = import ../../themes/var/yoru.nix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user