diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-02-26 13:53:41 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-02-26 13:53:41 +0200 |
commit | 19e72eedb7a4b447e3574b39c74e097417fbe91e (patch) | |
tree | 0209c6e40b4707dd989ddcdae2e0a5119ad4a44a /common | |
parent | 00f5075f174b5c941dff095560d19c1580e74b70 (diff) | |
download | nixos-configuration-19e72eedb7a4b447e3574b39c74e097417fbe91e.tar.gz nixos-configuration-19e72eedb7a4b447e3574b39c74e097417fbe91e.tar.bz2 nixos-configuration-19e72eedb7a4b447e3574b39c74e097417fbe91e.zip |
feat: redesign, with onedark theme
Diffstat (limited to 'common')
-rw-r--r-- | common/variables.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/variables.nix b/common/variables.nix index 3998329..0430aaf 100644 --- a/common/variables.nix +++ b/common/variables.nix @@ -32,10 +32,10 @@ in # Default values for this configuration config = rec { myUserName = "stvnliu"; - myWallPaperPath = ../home-manager/${myUserName}/assets/deer-wallpaper.jpg; + myWallPaperPath = ../home-manager/${myUserName}/assets/od_neon.png; myHostName = "nixos-msi"; - displayScale = 2; - myWallPaperPathString = "/home/${myUserName}/wallpaper.jpg"; + displayScale = 1; + myWallPaperPathString = "/home/${myUserName}/wallpaper.png"; myDisplayName = "Zhongheng Liu"; myEmail = "z.liu@outlook.com.gr"; specialisation."powersave".configuration = { |