mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 09:52:50 +00:00
fix shit
This commit is contained in:
parent
9c374df42f
commit
15704de81b
2 changed files with 18 additions and 19 deletions
|
@ -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"
|
||||
# ];
|
||||
# }
|
||||
# ];
|
||||
# };
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./home.nix
|
||||
../../home.nix
|
||||
];
|
||||
|
||||
boot.loader = {
|
||||
|
|
Loading…
Reference in a new issue