updated home-manager config
This commit is contained in:
parent
f7dd0d2660
commit
feeabac5da
1 changed files with 10 additions and 0 deletions
10
home.nix
10
home.nix
|
@ -1,8 +1,18 @@
|
||||||
{
|
{
|
||||||
|
inputs,
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
wayland.windowManager.hyprland = {
|
||||||
|
enable = true;
|
||||||
|
# ...
|
||||||
|
plugins = [
|
||||||
|
inputs.hyprland-plugins.packages.${pkgs.system}.hyprbars
|
||||||
|
# ...
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# Home Manager needs a bit of information about you and the paths it should
|
# Home Manager needs a bit of information about you and the paths it should
|
||||||
# manage.
|
# manage.
|
||||||
home.username = "nmarks";
|
home.username = "nmarks";
|
||||||
|
|
Loading…
Reference in a new issue