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