hyprpanel
This commit is contained in:
parent
ec8fbeacc1
commit
9fe6654bdd
5 changed files with 6 additions and 9 deletions
|
|
@ -5,6 +5,4 @@
|
|||
EDITOR = "hx";
|
||||
VISUAL = "hx";
|
||||
};
|
||||
|
||||
home.stateVersion = "24.11";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ sops-nix, ...}: {
|
||||
{ sops-nix, hyprpanel, ...}: {
|
||||
imports = [
|
||||
# ags.homeManagerModules.default
|
||||
# matshell.homeManagerModules.default
|
||||
|
|
@ -7,6 +7,7 @@
|
|||
./hyprland
|
||||
./rofi.nix
|
||||
./dunst.nix
|
||||
./hyprpanel.nix
|
||||
|
||||
# ./matshell.nix
|
||||
|
||||
|
|
|
|||
3
home/lilith/hyprpanel.nix
Normal file
3
home/lilith/hyprpanel.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{hyprpanel, ...}: {
|
||||
imports = [ inputs.hyprpanel.homeManagerModules.hyprpanel ];
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{...} @ inputs: {
|
||||
programs.ags = {
|
||||
matshell.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
{lib, config}: {
|
||||
{lib, config, ... }: {
|
||||
data = {
|
||||
directories = [
|
||||
".config/syncthing"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue