Wallpaper: Snow/rain window.
This commit is contained in:
parent
ddd9342a30
commit
c61bc03a28
|
@ -3,8 +3,12 @@ let
|
|||
cfg = config.module.live;
|
||||
in
|
||||
{
|
||||
# ISSUE: Can't find a way to import this conditionally.
|
||||
# imports = [ "${inputs.nixpkgs}/nixos/modules/installer/cd-dvd/iso-image.nix" ];
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
# services.rogue.enable = true; # NOTE: Not available smh.
|
||||
fileSystems = lib.mkForce config.lib.isoFileSystems;
|
||||
services.mingetty = {
|
||||
autologinUser = "live";
|
||||
helpLine = ''
|
||||
|
|
|
@ -29,4 +29,11 @@
|
|||
module = {
|
||||
package.all = true;
|
||||
};
|
||||
|
||||
services.mingetty = {
|
||||
autologinUser = "live";
|
||||
helpLine = ''
|
||||
Welcome! Both live and root users have password "live". Enjoy!
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
@ -75,12 +75,12 @@ in
|
|||
|
||||
cursor = {
|
||||
name = mkStrOption "Bibata-Modern-Custom";
|
||||
size = mkIntOption 24;
|
||||
size = mkIntOption 16;
|
||||
package = mkPkgOption (
|
||||
inputs.nix-cursors.packages.${pkgs.system}.bibata-modern-cursor.override {
|
||||
accent_color = "#${cfg.color.accent}";
|
||||
background_color = "#${cfg.color.bg.light}";
|
||||
outline_color = "#${cfg.color.border}";
|
||||
background_color = "#${cfg.color.fg.light}";
|
||||
outline_color = "#${cfg.color.bg.dark}";
|
||||
}
|
||||
);
|
||||
};
|
||||
|
|
|
@ -9,8 +9,8 @@ let
|
|||
purpose = config.module.purpose;
|
||||
|
||||
# Set the wallpaper here.
|
||||
url = "https://share.voronind.com/wallpaper/video/SnowMountainHouseMoewallsCom.mp4";
|
||||
sha256 = "sha256-IdM1ErINTxP1rx/8GhTZzto0jCRQDZ1y9VnZXAwok7s=";
|
||||
url = "https://share.voronind.com/wallpaper/video/SnowyAfternoonCozyBedroomMoewallsCom.mp4";
|
||||
sha256 = "sha256-nfBQsI4YiNa1N3xroBcsLCkJQJ5ZvOUpOaaBhmMF/3Q=";
|
||||
video = true;
|
||||
|
||||
# Forse black and white for text.
|
||||
|
|
|
@ -4,6 +4,7 @@ function reload() {
|
|||
re() {
|
||||
# Sway.
|
||||
swaymsg reload
|
||||
swaymsg seat seat0 xcursor_theme $XCURSOR_THEME $XCURSOR_SIZE
|
||||
pkill mpvpaper && wallpaper-video
|
||||
|
||||
# Waybar.
|
||||
|
|
Loading…
Reference in a new issue