aboutsummaryrefslogtreecommitdiff
path: root/common/variables.nix
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2025-02-26 13:53:41 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2025-02-26 13:53:41 +0200
commit19e72eedb7a4b447e3574b39c74e097417fbe91e (patch)
tree0209c6e40b4707dd989ddcdae2e0a5119ad4a44a /common/variables.nix
parent00f5075f174b5c941dff095560d19c1580e74b70 (diff)
downloadnixos-configuration-19e72eedb7a4b447e3574b39c74e097417fbe91e.tar.gz
nixos-configuration-19e72eedb7a4b447e3574b39c74e097417fbe91e.tar.bz2
nixos-configuration-19e72eedb7a4b447e3574b39c74e097417fbe91e.zip
feat: redesign, with onedark theme
Diffstat (limited to 'common/variables.nix')
-rw-r--r--common/variables.nix6
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 = {