Improve code structure

This commit is contained in:
Pedro Rey Anca 2025-02-17 11:01:18 +01:00
parent dc645c1daf
commit 14ec90d5b4
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
3 changed files with 2 additions and 2 deletions

View file

@ -18,12 +18,12 @@
++ [(import ./hyprland)] # window manager ++ [(import ./hyprland)] # window manager
++ [(import ./kdeconnect.nix)] ++ [(import ./kdeconnect.nix)]
++ [(import ./kitty.nix)] # terminal ++ [(import ./kitty.nix)] # terminal
++ [(import ./swaync/swaync.nix)] # notification deamon ++ [(import ./swaync)] # notification deamon
++ [(import ./nextcloud.nix)] # nextcloud client ++ [(import ./nextcloud.nix)] # nextcloud client
++ [(import ./nvim.nix)] # neovim editor ++ [(import ./nvim.nix)] # neovim editor
++ [(import ./packages.nix)] # other packages ++ [(import ./packages.nix)] # other packages
++ [(import ./retroarch.nix)] ++ [(import ./retroarch.nix)]
++ [(import ./scripts/scripts.nix)] # personal scripts ++ [(import ./scripts)] # personal scripts
++ [(import ./spotify.nix)] ++ [(import ./spotify.nix)]
++ [(import ./starship.nix)] # shell prompt ++ [(import ./starship.nix)] # shell prompt
++ [(import ./qt.nix)] ++ [(import ./qt.nix)]