refactor(eww -> nix): Moved eww exclusive deps from host config to module config
This commit is contained in:
parent
995aae5ff8
commit
43d9066b01
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,8 @@
|
||||||
pkgs.eww
|
pkgs.eww
|
||||||
# Script dependencies
|
# Script dependencies
|
||||||
pkgs.jq
|
pkgs.jq
|
||||||
|
pkgs.dash
|
||||||
pkgs.socat
|
pkgs.socat
|
||||||
|
pkgs.power-profiles-ctl
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,7 +41,6 @@
|
||||||
# Programs
|
# Programs
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.git
|
pkgs.git
|
||||||
pkgs.dash
|
|
||||||
pkgs.ncdu
|
pkgs.ncdu
|
||||||
pkgs.neofetch
|
pkgs.neofetch
|
||||||
pkgs.bottom
|
pkgs.bottom
|
||||||
|
|
Loading…
Reference in a new issue