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";
|
EDITOR = "hx";
|
||||||
VISUAL = "hx";
|
VISUAL = "hx";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.stateVersion = "24.11";
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
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 = {
|
data = {
|
||||||
directories = [
|
directories = [
|
||||||
".config/syncthing"
|
".config/syncthing"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue