forked from KptltD00M/nixy
Remove unused configurations and packages from laptop setup
- Removed USBGuard configuration and its associated comments from configuration.nix. - Cleaned up flake.nix by removing unnecessary overlays. - Updated home.nix to remove references to Helium and Proton, and added Steam. - Deleted secrets.default.nix and secrets.secrets.yaml files for security reasons. - Removed Omen laptop specific configuration from omen.nix. - Deleted vencord.nix as it is no longer needed.
This commit is contained in:
@@ -83,14 +83,13 @@
|
||||
formatter.${system} = pkgs.alejandra;
|
||||
|
||||
# Update to modern syntax (no defaultApp)
|
||||
|
||||
# Add homeManagerModules output for proper Home Manager integration
|
||||
homeManagerModules = {
|
||||
dev = import ./home/programs/group/dev.nix { inherit inputs nixpkgs system; };
|
||||
cybersecurity = import ./home/programs/group/cybersecurity.nix { inherit inputs nixpkgs system; };
|
||||
basic-apps = import ./home/programs/group/basic-apps.nix { inherit inputs nixpkgs system; };
|
||||
misc = import ./home/programs/group/misc.nix { inherit inputs nixpkgs system; };
|
||||
};
|
||||
#homeManagerModules = {
|
||||
# dev = import ./home/programs/group/dev.nix { inherit inputs nixpkgs system; };
|
||||
# cybersecurity = import ./home/programs/group/cybersecurity.nix { inherit inputs nixpkgs system; };
|
||||
# basic-apps = import ./home/programs/group/basic-apps.nix { inherit inputs nixpkgs system; };
|
||||
# misc = import ./home/programs/group/misc.nix { inherit inputs nixpkgs system; };
|
||||
#};
|
||||
|
||||
nixosConfigurations = {
|
||||
thinkpad = import ./hosts/laptop/flake.nix args;
|
||||
|
||||
Reference in New Issue
Block a user