1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-07-03 23:16:01 +00:00
This commit is contained in:
Rae 5e 2024-11-30 23:08:16 -05:00
parent 15704de81b
commit 065a8c8987
3 changed files with 68 additions and 16 deletions

View file

@ -9,7 +9,12 @@ in
];
home-manager.users.rae = {
home.stateVersion = "24.11";
home = {
stateVersion = "24.11";
file = {
".twmrc".source = ../.twmrc;
};
};
programs = {
git = {
@ -17,21 +22,6 @@ in
userName = "roxwize";
userEmail = "rae@roxwize.xyz";
};
# plasma = {
# enable = true;
# panels = [
# {
# location = "top";
# height = 32;
# widgets = [
# "org.kde.plasma.kickoff"
# "org.kde.plasma.icontasks"
# "org.kde.plasma.marginsseparator"
# "org.kde.plasma.digitalclock"
# ];
# }
# ];
# };
};
};
}