notify
This commit is contained in:
parent
1feb332a7c
commit
49399c848e
@ -22,6 +22,8 @@ channels: final: prev: {
|
||||
chromium-unwrapped
|
||||
chromium;
|
||||
|
||||
libnotify-latest = channels.latest.libnotify;
|
||||
|
||||
haskellPackages = prev.haskellPackages.override
|
||||
(old: {
|
||||
overrides = prev.lib.composeExtensions (old.overrides or (_: _: { })) (hfinal: hprev:
|
||||
|
@ -348,6 +348,7 @@ in
|
||||
homeDirectory = nixosConfig.users.users.patriot.home;
|
||||
packages = with pkgs;
|
||||
[
|
||||
libnotify-latest
|
||||
# Font stuff
|
||||
fontPackage
|
||||
noto-fonts-cjk
|
||||
|
Loading…
Reference in New Issue
Block a user