[NixOS] Add notify-osd service

This commit is contained in:
2021-07-18 20:19:06 -06:00
parent 5fde5ccd1f
commit 84137f30be
6 changed files with 14 additions and 7 deletions

View File

@@ -42,6 +42,9 @@
imports = [
home-manager.nixosModule
];
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.imalison = import ./home-manager.nix;
});
piHardware = ({ ... }: {
imports = [