hyprpanel

This commit is contained in:
Lilith 2025-03-13 23:44:10 +01:00
parent ec8fbeacc1
commit 9fe6654bdd
Signed by: lilith
GPG key ID: 8712A0F317C37175
5 changed files with 6 additions and 9 deletions

View file

@ -5,6 +5,4 @@
EDITOR = "hx"; EDITOR = "hx";
VISUAL = "hx"; VISUAL = "hx";
}; };
home.stateVersion = "24.11";
} }

View file

@ -1,4 +1,4 @@
{ sops-nix, ...}: { { sops-nix, hyprpanel, ...}: {
imports = [ imports = [
# ags.homeManagerModules.default # ags.homeManagerModules.default
# matshell.homeManagerModules.default # matshell.homeManagerModules.default
@ -7,6 +7,7 @@
./hyprland ./hyprland
./rofi.nix ./rofi.nix
./dunst.nix ./dunst.nix
./hyprpanel.nix
# ./matshell.nix # ./matshell.nix

View file

@ -0,0 +1,3 @@
{hyprpanel, ...}: {
imports = [ inputs.hyprpanel.homeManagerModules.hyprpanel ];
}

View file

@ -1,5 +0,0 @@
{...} @ inputs: {
programs.ags = {
matshell.enable = true;
};
}

View file

@ -1,4 +1,4 @@
{lib, config}: { {lib, config, ... }: {
data = { data = {
directories = [ directories = [
".config/syncthing" ".config/syncthing"