From aee9216af6875662235fd8839a827e724e53c845 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 10 Jun 2025 22:06:02 +0530 Subject: feat(flake/nixosModules): init --- home/pc/home.nix | 1 - home/pc/modules/dev.nix | 14 -------------- 2 files changed, 15 deletions(-) delete mode 100644 home/pc/modules/dev.nix (limited to 'home/pc') diff --git a/home/pc/home.nix b/home/pc/home.nix index 54a2e09..e34507c 100644 --- a/home/pc/home.nix +++ b/home/pc/home.nix @@ -2,7 +2,6 @@ { imports = [ ./modules/pass.nix - ./modules/dev.nix ../wayland/home.nix ]; diff --git a/home/pc/modules/dev.nix b/home/pc/modules/dev.nix deleted file mode 100644 index 6488aa8..0000000 --- a/home/pc/modules/dev.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ pkgs, ... }: -{ - home.packages = with pkgs; [ - git - sops - - linux-manual - man-pages - man-pages-posix - - nil - nodePackages.bash-language-server - ]; -} -- cgit v1.2.3