1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-12 04:22:07 +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, ... }: { pkgs, ... }:
let let
home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-24.11.tar.gz"; 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 in
{ {
imports = [ imports = [
"${home-manager}/nixos" "${home-manager}/nixos"
"${plasma-manager}/modules" # "${plasma-manager}/modules"
]; ];
home-manager.users.rae = { home-manager.users.rae = {
@ -18,21 +17,21 @@ in
userName = "roxwize"; userName = "roxwize";
userEmail = "rae@roxwize.xyz"; userEmail = "rae@roxwize.xyz";
}; };
plasma = { # plasma = {
enable = true; # enable = true;
panels = [ # panels = [
{ # {
location = "top"; # location = "top";
height = 32; # height = 32;
widgets = [ # widgets = [
"org.kde.plasma.kickoff" # "org.kde.plasma.kickoff"
"org.kde.plasma.icontasks" # "org.kde.plasma.icontasks"
"org.kde.plasma.marginsseparator" # "org.kde.plasma.marginsseparator"
"org.kde.plasma.digitalclock" # "org.kde.plasma.digitalclock"
]; # ];
} # }
]; # ];
}; # };
}; };
}; };
}; }

View file

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