Dateien nach "/" hochladen

This commit is contained in:
2026-06-17 14:40:40 +00:00
parent b1196529b2
commit 50ca4cde61
2 changed files with 68 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{ config, pkgs, inputs, ... }:
{
imports = [
./eww.nix
./niri.nix
];
home.username = "floppy";
home.homeDirectory = "/home/floppy";
home.stateVersion = "26.05"; # nicht ändern nach erstem Setup
home.packages = with pkgs; [
thunderbird
vesktop
eww
mako
wl-clipboard
grim
slurp
swww
brightnessctl
playerctl
];
}