diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-12-22 23:00:07 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-12-22 23:00:07 +0100 |
| commit | d2b6cf44a3277fd5d04bc10110d344827217e24e (patch) | |
| tree | 6c62dcce5f9e3ac45a8cf1112ece2ef755142a2e /modules/desktop/common.nix | |
| parent | ee7b1d28e41a5ef25686ae1efc58b862e282813a (diff) | |
nixfmt
Diffstat (limited to 'modules/desktop/common.nix')
| -rw-r--r-- | modules/desktop/common.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/desktop/common.nix b/modules/desktop/common.nix index d5bb8fd..2632a19 100644 --- a/modules/desktop/common.nix +++ b/modules/desktop/common.nix @@ -32,11 +32,11 @@ networkmanagerapplet (catppuccin-sddm.override { flavor = "mocha"; - accent = "pink"; - font = "Noto Sans"; - fontSize = "11"; - background = "${../sddm_bg.png}"; - loginBackground = true; + accent = "pink"; + font = "Noto Sans"; + fontSize = "11"; + background = "${../sddm_bg.png}"; + loginBackground = true; }) # disabled because it imports a unsafe package # surf # A basic browser in case we don't want to import a larger browser |
