Reorganize Flake Dir
@ -2,20 +2,20 @@
|
||||
|
||||
{
|
||||
# Place Files Inside Home Directory
|
||||
home.file.".config/zaney-stinger.mov".source = ./media/zaney-stinger.mov;
|
||||
home.file.".emoji".source = ./config/files/emoji;
|
||||
home.file.".face".source = ./config/files/face.jpg;
|
||||
home.file.".config/pipewire/pipewire.conf".source = ./config/pipewire/pipewire.conf;
|
||||
home.file.".config/zaney-stinger.mov".source = ./files/media/zaney-stinger.mov;
|
||||
home.file.".emoji".source = ./files/emoji;
|
||||
home.file.".face".source = ./files/face.jpg;
|
||||
home.file.".config/pipewire/pipewire.conf".source = ./pipewire/pipewire.conf;
|
||||
home.file."Pictures/Wallpapers" = {
|
||||
source = ./media/Wallpapers;
|
||||
source = ./files/media/Wallpapers;
|
||||
recursive = true;
|
||||
};
|
||||
home.file.".local/share/fonts" = {
|
||||
source = ./fonts;
|
||||
source = ./files/fonts;
|
||||
recursive = true;
|
||||
};
|
||||
home.file.".config/swaync" = {
|
||||
source = ./config/swaync;
|
||||
source = ./swaync;
|
||||
recursive = true;
|
||||
};
|
||||
}
|
||||
|
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
Before Width: | Height: | Size: 7.5 MiB After Width: | Height: | Size: 7.5 MiB |
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 2.1 MiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 2.7 MiB After Width: | Height: | Size: 2.7 MiB |
Before Width: | Height: | Size: 857 KiB After Width: | Height: | Size: 857 KiB |
Before Width: | Height: | Size: 3.6 MiB After Width: | Height: | Size: 3.6 MiB |
Before Width: | Height: | Size: 555 KiB After Width: | Height: | Size: 555 KiB |
8
home.nix
@ -44,10 +44,10 @@
|
||||
openra font-awesome symbola noto-fonts-color-emoji material-icons
|
||||
spotify
|
||||
# Import Scripts
|
||||
(import ./scripts/emopicker9000.nix { inherit pkgs; })
|
||||
(import ./scripts/task-waybar.nix { inherit pkgs; })
|
||||
(import ./scripts/squirtle.nix { inherit pkgs; })
|
||||
(import ./scripts/wallsetter.nix { inherit pkgs; })
|
||||
(import ./config/scripts/emopicker9000.nix { inherit pkgs; })
|
||||
(import ./config/scripts/task-waybar.nix { inherit pkgs; })
|
||||
(import ./config/scripts/squirtle.nix { inherit pkgs; })
|
||||
(import ./config/scripts/wallsetter.nix { inherit pkgs; })
|
||||
];
|
||||
|
||||
# Configure Cursor Theme
|
||||
|