kjaflkjsjlkf laptop almost dead

This commit is contained in:
Schrottkatze 2026-01-26 00:43:24 +01:00
commit 31eb5f813f
No known key found for this signature in database
4 changed files with 21 additions and 19 deletions

View file

@ -2,6 +2,10 @@
# else it will be ugly
{ pkgs, lib, ... }:
{
home.packages = with pkgs; [
zenity
xwayland-satellite
];
home.file."config" =
let
kdlfiles =
@ -10,23 +14,9 @@
|> lib.mapAttrsToList (filename: _value: "include \"${./kdl}/${filename}\"");
startups =
[
[
"eww"
"open-many"
"topBar"
"bottomBar"
]
[
"${pkgs.swaybg}/bin/swaybg"
"-i"
"${./wallpaper.jpg}"
"-m"
"fill"
]
[
"touch"
".config/niri/live.kdl"
]
[ "eww" "open-many" "topBar" "bottomBar" ]
[ "${pkgs.swaybg}/bin/swaybg" "-i" "${./wallpaper.jpg}" "-m" "fill" ]
[ "touch" ".config/niri/live.kdl" ]
]
|> map (map (word: "\"${word}\""))
|> map (lib.concatStringsSep " ")