Reorganize Flake Dir

This commit is contained in:
Tyler Kelley 2024-01-15 11:40:26 -06:00
parent 6802dc4d0c
commit 76635bc0dc
16 changed files with 11 additions and 11 deletions

View File

@ -2,20 +2,20 @@
{ {
# Place Files Inside Home Directory # Place Files Inside Home Directory
home.file.".config/zaney-stinger.mov".source = ./media/zaney-stinger.mov; home.file.".config/zaney-stinger.mov".source = ./files/media/zaney-stinger.mov;
home.file.".emoji".source = ./config/files/emoji; home.file.".emoji".source = ./files/emoji;
home.file.".face".source = ./config/files/face.jpg; home.file.".face".source = ./files/face.jpg;
home.file.".config/pipewire/pipewire.conf".source = ./config/pipewire/pipewire.conf; home.file.".config/pipewire/pipewire.conf".source = ./pipewire/pipewire.conf;
home.file."Pictures/Wallpapers" = { home.file."Pictures/Wallpapers" = {
source = ./media/Wallpapers; source = ./files/media/Wallpapers;
recursive = true; recursive = true;
}; };
home.file.".local/share/fonts" = { home.file.".local/share/fonts" = {
source = ./fonts; source = ./files/fonts;
recursive = true; recursive = true;
}; };
home.file.".config/swaync" = { home.file.".config/swaync" = {
source = ./config/swaync; source = ./swaync;
recursive = true; recursive = true;
}; };
} }

View File

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 95 KiB

View File

Before

Width:  |  Height:  |  Size: 7.5 MiB

After

Width:  |  Height:  |  Size: 7.5 MiB

View File

Before

Width:  |  Height:  |  Size: 2.1 MiB

After

Width:  |  Height:  |  Size: 2.1 MiB

View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

View File

Before

Width:  |  Height:  |  Size: 857 KiB

After

Width:  |  Height:  |  Size: 857 KiB

View File

Before

Width:  |  Height:  |  Size: 3.6 MiB

After

Width:  |  Height:  |  Size: 3.6 MiB

View File

Before

Width:  |  Height:  |  Size: 555 KiB

After

Width:  |  Height:  |  Size: 555 KiB

View File

@ -44,10 +44,10 @@
openra font-awesome symbola noto-fonts-color-emoji material-icons openra font-awesome symbola noto-fonts-color-emoji material-icons
spotify spotify
# Import Scripts # Import Scripts
(import ./scripts/emopicker9000.nix { inherit pkgs; }) (import ./config/scripts/emopicker9000.nix { inherit pkgs; })
(import ./scripts/task-waybar.nix { inherit pkgs; }) (import ./config/scripts/task-waybar.nix { inherit pkgs; })
(import ./scripts/squirtle.nix { inherit pkgs; }) (import ./config/scripts/squirtle.nix { inherit pkgs; })
(import ./scripts/wallsetter.nix { inherit pkgs; }) (import ./config/scripts/wallsetter.nix { inherit pkgs; })
]; ];
# Configure Cursor Theme # Configure Cursor Theme