forked from colonelpanic/dotfiles
[NixOS] Add some essential packages
This commit is contained in:
parent
61870d9da2
commit
04b549f80a
@ -41,6 +41,7 @@ in
|
||||
# Haskell Desktop
|
||||
haskellPackages.imalison-xmonad
|
||||
haskellPackages.imalison-taffybar
|
||||
haskellPackages.notifications-tray-icon
|
||||
haskellPackages.gtk-sni-tray
|
||||
haskellPackages.status-notifier-item
|
||||
haskellPackages.dbus-hslogger
|
||||
@ -79,10 +80,11 @@ in
|
||||
htop
|
||||
ncdu
|
||||
lsof
|
||||
tzupdate
|
||||
pass
|
||||
rcm
|
||||
ripgrep
|
||||
silver-searcher
|
||||
tzupdate
|
||||
tmux
|
||||
usbutils
|
||||
wget
|
||||
|
@ -24,10 +24,13 @@
|
||||
url = path:../dotfiles/config/taffybar/taffybar;
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
notifications-tray-icon = {
|
||||
url = github:IvanMalison/notifications-tray-icon/master;
|
||||
};
|
||||
};
|
||||
outputs = {
|
||||
self, nix, nixpkgs, nixos-hardware, home-manager, taffybar, xmonad,
|
||||
xmonad-contrib
|
||||
xmonad-contrib, notifications-tray-icon
|
||||
}:
|
||||
let forAll = ({ ... }: {
|
||||
nix = {
|
||||
@ -38,6 +41,7 @@
|
||||
};
|
||||
nixpkgs.overlays = [
|
||||
nix.overlay taffybar.overlay xmonad.overlay xmonad-contrib.overlay
|
||||
notifications-tray-icon.overlay
|
||||
];
|
||||
imports = [
|
||||
home-manager.nixosModule
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit b330f3d2b5a665da920194c9ea51569ff0f05122
|
||||
Subproject commit c40115beb0b0278867b794e69118785ed4d697e5
|
Loading…
Reference in New Issue
Block a user