forked from dea/dea-files
cerulean
This commit is contained in:
parent
ac95603fc4
commit
f7de9f7a23
42 changed files with 1061 additions and 445 deletions
28
homes/dea/default.nix
Normal file
28
homes/dea/default.nix
Normal 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";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue