1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-07 09:52:50 +00:00
This commit is contained in:
Rae 5e 2024-11-30 22:44:05 -05:00
parent 9c374df42f
commit 15704de81b
2 changed files with 18 additions and 19 deletions

View file

@ -1,12 +1,11 @@
{ pkgs, ... }:
let
home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-24.11.tar.gz";
plasma-manager = builtins.fetchTarball "https://github.com/nix-community/plasma-manager/archive/trunk.tar.gz";
in
{
imports = [
"${home-manager}/nixos"
"${plasma-manager}/modules"
# "${plasma-manager}/modules"
];
home-manager.users.rae = {
@ -18,21 +17,21 @@ 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"
];
}
];
};
# 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"
# ];
# }
# ];
# };
};
};
};
}

View file

@ -2,7 +2,7 @@
{
imports = [
./hardware-configuration.nix
./home.nix
../../home.nix
];
boot.loader = {