home: move around things a bit

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-06-01 16:57:00 +05:30
parent 48e46b465f
commit 684b9a41cc
12 changed files with 61 additions and 50 deletions

View File

@@ -2,7 +2,7 @@
{
programs.eww = {
enable = true;
package = pkgs.eww-wayland;
package = pkgs.eww;
configDir = lib.cleanSourceWith {
src = ./.;
filter = name: _:
@@ -22,8 +22,22 @@
let
deps = [
config.programs.eww.package
] ++ lib.optional
config.wayland.windowManager.hyprland.enable
config.wayland.windowManager.hyprland.package
] ++ (import ./bar pkgs);
++ (with pkgs; [
coreutils
bash
jq
less
gawk
socat
playerctl
networkmanager
iwgtk
wireplumber
])
++ lib.optional config.laptop pkgs.light;
in
{
Type = "simple";