diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-08-25 18:36:49 +0800 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-08-25 18:40:18 +0800 |
commit | 5515d4a9cd65259087031851e99a1897f10cb787 (patch) | |
tree | 2be5fa7902d74b978b36036f9c9263ee2dd091ad /common/variables.nix | |
parent | c0ef5f3d5f7959055173c03a5b473e8a4c063baa (diff) | |
download | nixos-configuration-5515d4a9cd65259087031851e99a1897f10cb787.tar.gz nixos-configuration-5515d4a9cd65259087031851e99a1897f10cb787.tar.bz2 nixos-configuration-5515d4a9cd65259087031851e99a1897f10cb787.zip |
feat: introduced new home-manager features
Changed wallpaper to better fit the style of the WM
- affected common variables
- affected hyprland configuration
- affected stylix configuration
- included additional flake inputs
Added Spicetify packages (not working)
Added obs-studio home-manager program option
Added vimkey navigation keybinds for Hyprland
Diffstat (limited to 'common/variables.nix')
-rw-r--r-- | common/variables.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/variables.nix b/common/variables.nix index 58b1ed1..a890e3a 100644 --- a/common/variables.nix +++ b/common/variables.nix @@ -22,7 +22,7 @@ myUserName = "stvnliu"; myHostName = "nixos-msi"; displayScale = 1; - myWallPaperPathString = "/home/${myUserName}/wallpaper.png"; + myWallPaperPathString = "/home/${myUserName}/wallpaper.jpg"; myDisplayName = "Zhongheng Liu"; myEmail = "z.liu@outlook.com.gr"; myAutostartCommands = [ |