mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-12 04:22:07 +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, ... }:
|
{ 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"
|
||||||
];
|
# ];
|
||||||
}
|
# }
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./home.nix
|
../../home.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue