Skip to content

Commit

Permalink
feat: disable news & enable home-manager cli
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjydev committed Sep 23, 2024
1 parent 5c8e85a commit 56e9acb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions users/hayden/linux.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{ desktop, lib, ... }:
{
imports = lib.optionals desktop [ ./graphical ];

news.display = false;
programs.home-manager.enable = true;
}

0 comments on commit 56e9acb

Please sign in to comment.