mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-07-03 23:16:01 +00:00
~
This commit is contained in:
parent
15704de81b
commit
065a8c8987
3 changed files with 68 additions and 16 deletions
|
@ -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"
|
||||
# ];
|
||||
# }
|
||||
# ];
|
||||
# };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue