summaryrefslogtreecommitdiff
path: root/home/pc/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/pc/home.nix')
-rw-r--r--home/pc/home.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/home/pc/home.nix b/home/pc/home.nix
new file mode 100644
index 0000000..cad5bd6
--- /dev/null
+++ b/home/pc/home.nix
@@ -0,0 +1,9 @@
+{ pkgs, ... }: {
+ imports = [
+ ./modules/pass.nix
+ ./modules/dev.nix
+ ../wayland/home.nix
+ ];
+
+ home.packages = with pkgs; [ ffmpeg ];
+}