Big refactor WIP
This commit is contained in:
12
users/daniel/host-specific/dingbox/default.nix
Normal file
12
users/daniel/host-specific/dingbox/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ config, lib, pkgs, ...}:
|
||||
|
||||
{
|
||||
home.file = {
|
||||
"wallpapers" = {
|
||||
source = ./wallpapers;
|
||||
};
|
||||
};
|
||||
|
||||
programs.alacritty.settings.font.size = 13;
|
||||
programs.kitty.font.size = 22;
|
||||
}
|
||||
BIN
users/daniel/host-specific/dingbox/wallpapers/lock.png
Normal file
BIN
users/daniel/host-specific/dingbox/wallpapers/lock.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 835 KiB |
BIN
users/daniel/host-specific/dingbox/wallpapers/wallpaper.jpg
Normal file
BIN
users/daniel/host-specific/dingbox/wallpapers/wallpaper.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
20
users/daniel/host-specific/miniding/default.nix
Normal file
20
users/daniel/host-specific/miniding/default.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{ config, lib, pkgs, ...}:
|
||||
|
||||
{
|
||||
services.picom = {
|
||||
enable = true;
|
||||
vSync = true;
|
||||
};
|
||||
|
||||
xsession.windowManager.i3.config.gaps.outer = 6;
|
||||
xsession.windowManager.i3.config.gaps.inner = 5;
|
||||
|
||||
home.file = {
|
||||
wallpapers = {
|
||||
source = ./wallpapers;
|
||||
};
|
||||
};
|
||||
|
||||
programs.alacritty.settings.font.size = 10;
|
||||
programs.kitty.font.size = 19;
|
||||
}
|
||||
BIN
users/daniel/host-specific/miniding/wallpapers/lock.png
Normal file
BIN
users/daniel/host-specific/miniding/wallpapers/lock.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 411 KiB |
BIN
users/daniel/host-specific/miniding/wallpapers/wallpaper.jpg
Normal file
BIN
users/daniel/host-specific/miniding/wallpapers/wallpaper.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 665 KiB |
18
users/daniel/host-specific/pingbox/default.nix
Normal file
18
users/daniel/host-specific/pingbox/default.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ config, lib, pkgs, ...}:
|
||||
|
||||
{
|
||||
home = {
|
||||
file = {
|
||||
"wallpapers" = {
|
||||
source = ./wallpapers;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.kitty.font.size = 19;
|
||||
|
||||
services.picom = {
|
||||
enable = true;
|
||||
vSync = true;
|
||||
};
|
||||
}
|
||||
BIN
users/daniel/host-specific/pingbox/wallpapers/lock.png
Normal file
BIN
users/daniel/host-specific/pingbox/wallpapers/lock.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 523 KiB |
BIN
users/daniel/host-specific/pingbox/wallpapers/wallpaper.jpg
Normal file
BIN
users/daniel/host-specific/pingbox/wallpapers/wallpaper.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
Reference in New Issue
Block a user