diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-08 14:13:31 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-08 14:13:31 +0200 |
commit | ecaf5df80adb914875ff926410e9226d72f8fa05 (patch) | |
tree | 28548d3b2ffad3657c3de82ca6d3d0e97957002a /nixos/sddm-theme.nix | |
parent | 7d88765f5dc8555e548c8a5b320baec2b3f3f3d1 (diff) | |
download | nixos-configuration-ecaf5df80adb914875ff926410e9226d72f8fa05.tar.gz nixos-configuration-ecaf5df80adb914875ff926410e9226d72f8fa05.tar.bz2 nixos-configuration-ecaf5df80adb914875ff926410e9226d72f8fa05.zip |
chore(fmt): use nixpkgs-fmt
Diffstat (limited to 'nixos/sddm-theme.nix')
-rw-r--r-- | nixos/sddm-theme.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/sddm-theme.nix b/nixos/sddm-theme.nix index 463038d..b285337 100644 --- a/nixos/sddm-theme.nix +++ b/nixos/sddm-theme.nix @@ -1,4 +1,4 @@ -{pkgs, ...}: +{ pkgs, ... }: pkgs.stdenv.mkDerivation { name = "sddm-theme"; src = pkgs.fetchFromGitHub { |