add polymouth animation
This commit is contained in:
parent
07d70e3a64
commit
fca902de1a
18 changed files with 124 additions and 294 deletions
|
|
@ -1,11 +1,14 @@
|
|||
let configDir = ../config;
|
||||
in {
|
||||
in
|
||||
{
|
||||
home.file = {
|
||||
".config/nvim" = {
|
||||
source = "${configDir}/nvim";
|
||||
recursive = true;
|
||||
};
|
||||
".config/wallpapers".source = "${configDir}/wallpapers"; ".config/kitty".source = "${configDir}/kitty"; ".config/neofetch".source = "${configDir}/neofetch";
|
||||
".config/wallpapers".source = "${configDir}/wallpapers";
|
||||
".config/kitty".source = "${configDir}/kitty";
|
||||
".config/neofetch".source = "${configDir}/neofetch";
|
||||
".config/hypr".source = "${configDir}/hypr";
|
||||
".config/swayidle".source = "${configDir}/swayidle";
|
||||
".config/swaylock".source = "${configDir}/swaylock";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue