From b3241cc48602e4af412a32fed7a310acb7099435 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 7 Jan 2024 13:18:55 +0900 Subject: [PATCH] Day variant --- flake.nix | 4 ++-- home-manager/common/desktops/hyprland/themes/tokyo-day.nix | 7 +++++++ nixos/common/desktops/hyprland/themes/tokyo-day.nix | 7 +++++++ 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 home-manager/common/desktops/hyprland/themes/tokyo-day.nix create mode 100644 nixos/common/desktops/hyprland/themes/tokyo-day.nix diff --git a/flake.nix b/flake.nix index b6da5a35..80ae62d5 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,7 @@ osaka-linode-01 = libx.mkHost { hostname = "osaka-linode-01"; type = "small"; }; framework-server = libx.mkHost { hostname = "framework-server"; }; nuc-server = libx.mkHost { hostname = "nuc-server"; }; - nixos-desktop = libx.mkHost { hostname = "nixos-desktop"; desktop = "hyprland"; theme = "tokyo"; gpu = "nvidia"; }; + nixos-desktop = libx.mkHost { hostname = "nixos-desktop"; desktop = "hyprland"; theme = "tokyo-day"; gpu = "nvidia"; }; nixos-framework = libx.mkHost { hostname = "nixos-framework"; desktop = "hyprland"; gpu = "amd"; theme = "green"; }; backups-rpi4 = libx.mkHost { hostname = "backups-rpi4"; platform = "aarch64-linux"; type = "small"; }; piaware-rpi4 = libx.mkHost { hostname = "piaware-rpi4"; platform = "aarch64-linux"; type = "small"; }; @@ -67,7 +67,7 @@ "albert@osaka-linode-01" = libx.mkHome { hostname = "osaka-linode-01"; }; "albert@framework-server" = libx.mkHome { hostname = "framework-server"; }; "albert@nuc-server" = libx.mkHome { hostname = "nuc-server"; }; - "albert@nixos-desktop" = libx.mkHome { hostname = "nixos-desktop"; desktop = "hyprland"; theme = "tokyo"; }; + "albert@nixos-desktop" = libx.mkHome { hostname = "nixos-desktop"; desktop = "hyprland"; theme = "tokyo-day"; }; "albert@nixos-framework" = libx.mkHome { hostname = "nixos-framework"; desktop = "hyprland"; theme = "green"; }; "albert@backups-rpi4" = libx.mkHome { hostname = "backups-rpi4"; platform = "aarch64-linux"; type = "small"; }; "albert@piaware-rpi4" = libx.mkHome { hostname = "piaware-rpi4"; platform = "aarch64-linux"; type = "small"; }; diff --git a/home-manager/common/desktops/hyprland/themes/tokyo-day.nix b/home-manager/common/desktops/hyprland/themes/tokyo-day.nix new file mode 100644 index 00000000..1927de24 --- /dev/null +++ b/home-manager/common/desktops/hyprland/themes/tokyo-day.nix @@ -0,0 +1,7 @@ +{lib, inputs, pkgs, gpu, platform, theme, ...}: { + # Themes https://github.com/tinted-theming/base16-schemes + stylix = { + image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png; + base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal.yaml"; + }; +} \ No newline at end of file diff --git a/nixos/common/desktops/hyprland/themes/tokyo-day.nix b/nixos/common/desktops/hyprland/themes/tokyo-day.nix new file mode 100644 index 00000000..1927de24 --- /dev/null +++ b/nixos/common/desktops/hyprland/themes/tokyo-day.nix @@ -0,0 +1,7 @@ +{lib, inputs, pkgs, gpu, platform, theme, ...}: { + # Themes https://github.com/tinted-theming/base16-schemes + stylix = { + image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png; + base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal.yaml"; + }; +} \ No newline at end of file