mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Add light theme
This commit is contained in:
parent
2bf64315f2
commit
5bbf5d012b
8 changed files with 96 additions and 59 deletions
|
|
@ -6,6 +6,8 @@
|
|||
imports = [./default.nix];
|
||||
|
||||
home-manager.users.seb = {
|
||||
myConfig.de.theme = "light";
|
||||
|
||||
wayland.windowManager.hyprland.settings.monitor = "eDP-1,1920x1080@60,0x0,1";
|
||||
|
||||
services.hypridle.listeners = [
|
||||
|
|
|
|||
|
|
@ -13,6 +13,8 @@
|
|||
pkgs.gimp
|
||||
];
|
||||
|
||||
myConfig.de.theme = "dark";
|
||||
|
||||
wayland.windowManager.hyprland.settings.monitor = "DP-2,2560x1440@144,0x0,1";
|
||||
|
||||
programs.hyprlock.package = inputs.hyprlock.packages.${pkgs.system}.default.overrideAttrs {
|
||||
|
|
|
|||
|
|
@ -9,10 +9,7 @@
|
|||
myConfig = {
|
||||
de = {
|
||||
hyprland.enable = osConfig.myConfig.de.hyprland.enable;
|
||||
|
||||
wallpaper = ./wallpaper;
|
||||
theming.enable = true;
|
||||
|
||||
tray.syncthing.enable = osConfig.myConfig.syncthing.enable;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue