Skip to content

Commit

Permalink
Remove the pc component from the flake
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Oct 14, 2024
1 parent 2927b27 commit 54c49d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,12 @@
mar = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules =
home-manager-modules
++ [
{
pc.enable = false;
}
];
home-manager-modules;
# ++ [
# {
# pc.enable = false;
# }
# ];
extraSpecialArgs = {
inherit inputs;
user = "mar";
Expand Down

0 comments on commit 54c49d1

Please sign in to comment.