summaryrefslogtreecommitdiff
path: root/modules/desktop
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-12-22 23:00:07 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-12-22 23:00:07 +0100
commitd2b6cf44a3277fd5d04bc10110d344827217e24e (patch)
tree6c62dcce5f9e3ac45a8cf1112ece2ef755142a2e /modules/desktop
parentee7b1d28e41a5ef25686ae1efc58b862e282813a (diff)
nixfmt
Diffstat (limited to 'modules/desktop')
-rw-r--r--modules/desktop/common.nix10
-rw-r--r--modules/desktop/default.nix1
-rw-r--r--modules/desktop/steam.nix1
3 files changed, 5 insertions, 7 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
diff --git a/modules/desktop/default.nix b/modules/desktop/default.nix
index be082bc..2cfe5bf 100644
--- a/modules/desktop/default.nix
+++ b/modules/desktop/default.nix
@@ -1,5 +1,4 @@
{
- pkgs,
lib,
config,
...
diff --git a/modules/desktop/steam.nix b/modules/desktop/steam.nix
index a78c7c4..ee4a69b 100644
--- a/modules/desktop/steam.nix
+++ b/modules/desktop/steam.nix
@@ -1,6 +1,5 @@
{
config,
- pkgs,
lib,
...
}: