What a clusterfuck
This commit is contained in:
parent
91f88b8bb2
commit
f29273be22
221 changed files with 779 additions and 956 deletions
BIN
modules/home/files/assets/user-icon.png
Normal file
BIN
modules/home/files/assets/user-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
BIN
modules/home/files/assets/wallpapers/1.png
Normal file
BIN
modules/home/files/assets/wallpapers/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 MiB |
BIN
modules/home/files/assets/wallpapers/2.png
Normal file
BIN
modules/home/files/assets/wallpapers/2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 MiB |
BIN
modules/home/files/assets/wallpapers/3.png
Normal file
BIN
modules/home/files/assets/wallpapers/3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 MiB |
BIN
modules/home/files/assets/wallpapers/lock.png
Normal file
BIN
modules/home/files/assets/wallpapers/lock.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 314 KiB |
17
modules/home/files/default.nix
Normal file
17
modules/home/files/default.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{pkgs, ...}: {
|
||||
home.file = {
|
||||
".face" = {
|
||||
source = ./assets/user-icon.png;
|
||||
};
|
||||
".wallpapers" = {
|
||||
source = ./assets/wallpapers;
|
||||
recursive = true;
|
||||
};
|
||||
".icons/default" = {
|
||||
source = "${pkgs.simp1e-cursors}/share/icons/Simp1e-Dark";
|
||||
};
|
||||
".alsoftrc" = {
|
||||
text = ''drivers=pulse'';
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue