summaryrefslogtreecommitdiff
path: root/nixos/common/services.nix
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-03-29 23:09:38 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-03-29 23:09:38 +0100
commit2e37bf1533ace5b2d4d50196300133d9e72d2952 (patch)
tree0c06f4f03599933bb3d0e31620203287ca67c7c0 /nixos/common/services.nix
parent2418424adabca0a1616cca4920221cd67149b65a (diff)
flakes update feat. xfce
Diffstat (limited to 'nixos/common/services.nix')
-rw-r--r--nixos/common/services.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/common/services.nix b/nixos/common/services.nix
new file mode 100644
index 0000000..528363b
--- /dev/null
+++ b/nixos/common/services.nix
@@ -0,0 +1,2 @@
+{config, lib, pkgs, ...}:
+{}