From 66388f030711732e39a7168cc4ec7b5e24a9ae71 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 6 Nov 2024 22:38:09 -0500 Subject: [PATCH] Remove unused home config --- .../home/parallels@ubuntu-linux-2404.nix | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 configurations/home/parallels@ubuntu-linux-2404.nix diff --git a/configurations/home/parallels@ubuntu-linux-2404.nix b/configurations/home/parallels@ubuntu-linux-2404.nix deleted file mode 100644 index 25ee82f5..00000000 --- a/configurations/home/parallels@ubuntu-linux-2404.nix +++ /dev/null @@ -1,14 +0,0 @@ -# My Ubuntu VM (Parallels) -{ flake, ... }: -let - inherit (flake.inputs) self; - inherit (flake.config) me; -in -{ - imports = [ - self.homeModules.default - self.homeModules.linux-only - ]; - home.username = me.username; - home.homeDirectory = "/home/${me.username}"; -}