1
0
Fork 0
forked from dea/dea-files
This commit is contained in:
do butterflies cry? 2026-03-07 13:08:30 +10:00
parent ac95603fc4
commit f7de9f7a23
Signed by: cry
GPG key ID: F68745A836CA0412
42 changed files with 1061 additions and 445 deletions

28
homes/dea/default.nix Normal file
View file

@ -0,0 +1,28 @@
{
inputs,
root,
...
}: {
home.username = "dea";
home.homeDirectory = "/home/dea";
home.sessionPath = [
"$HOME/.local/bin"
];
imports = [
inputs.plasma-manager.homeModules.plasma-manager
/${root}/homes/modules/bash
/${root}/homes/modules/starship
/${root}/homes/modules/vim
/${root}/homes/modules/mpv
];
programs.plasma = {
enable = true;
kwin.edgeBarrier = 50;
};
# DO NOT MODIFY
home.stateVersion = "25.11";
}