Skip to content

Commit

Permalink
fuck news
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcPartensky committed May 4, 2024
1 parent ff8afdc commit a7b8f79
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions nixos/.config/home-manager/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";

# no news
homeManagerConfiguration.disableHomeManagerNews = {
# disabledModules = [ "misc/news.nix" ];
config = {
news.display = "silent";
news.json = lib.mkForce { };
news.entries = lib.mkForce [ ];
};
};
# # no news
# lib.homeManagerConfiguration.disableHomeManagerNews = {
# # disabledModules = [ "misc/news.nix" ];
# config = {
# news.display = "silent";
# news.json = lib.mkForce { };
# news.entries = lib.mkForce [ ];
# };
# };
};

hyprland.url = "github:hyprwm/Hyprland";
Expand Down

0 comments on commit a7b8f79

Please sign in to comment.