This commit is contained in:
Lucy von Overheidt 2025-09-12 19:23:10 +02:00
parent 201f76f230
commit 81ada8b9f7
7 changed files with 283 additions and 421 deletions

View file

@ -1,7 +1,6 @@
{
config,
pkgs,
...
{ config
, pkgs
, ...
}:
{
imports = [

View file

@ -1,7 +1,6 @@
{
config,
pkgs,
...
{ config
, pkgs
, ...
}:
{
home.packages = with pkgs; [ waybar ];