hyprpanel
This commit is contained in:
parent
9fe6654bdd
commit
3f6e9e372c
5 changed files with 12 additions and 39 deletions
|
|
@ -1,16 +1,12 @@
|
||||||
{ sops-nix, hyprpanel, ...}: {
|
{ sops-nix, stylix, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
# ags.homeManagerModules.default
|
sops-nix.homeManagerModules.sops
|
||||||
# matshell.homeManagerModules.default
|
|
||||||
# sops-nix.homeManagerModules.sops
|
|
||||||
# ./ags # ToDo: get codin :3
|
|
||||||
./hyprland
|
./hyprland
|
||||||
./rofi.nix
|
./rofi.nix
|
||||||
./dunst.nix
|
./dunst.nix
|
||||||
./hyprpanel.nix
|
./hyprpanel.nix
|
||||||
|
|
||||||
# ./matshell.nix
|
|
||||||
|
|
||||||
./env.nix
|
./env.nix
|
||||||
|
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
|
|
@ -26,6 +22,7 @@
|
||||||
./playerctld.nix
|
./playerctld.nix
|
||||||
./sops.nix
|
./sops.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
|
./stylix.nix
|
||||||
./thunderbird.nix
|
./thunderbird.nix
|
||||||
./zsh
|
./zsh
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
{ pkgs, ...}: {
|
{ pkgs, ...}: {
|
||||||
# imports = [arkenfox.hmModules.arkenfox];
|
|
||||||
|
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
@ -84,30 +82,5 @@
|
||||||
"browser.translations.neverTranslateLanguages" = true;
|
"browser.translations.neverTranslateLanguages" = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# arkenfox.enable = true;
|
|
||||||
# arkenfox.version = "master";
|
|
||||||
|
|
||||||
# profiles.Default.arkenfox = {
|
|
||||||
# enable = true;
|
|
||||||
# "0000".enable = true;
|
|
||||||
# "0100".enable = true;
|
|
||||||
# "0200".enable = true;
|
|
||||||
# "0300".enable = true;
|
|
||||||
# "0400".enable = true;
|
|
||||||
# "0600".enable = true;
|
|
||||||
# "0700".enable = true;
|
|
||||||
# "0800".enable = true;
|
|
||||||
# "0900".enable = true;
|
|
||||||
# "1000".enable = true;
|
|
||||||
# "1200".enable = true;
|
|
||||||
# "1600".enable = true;
|
|
||||||
# "1700".enable = true;
|
|
||||||
# "2000".enable = true;
|
|
||||||
# "2400".enable = true;
|
|
||||||
# "2600".enable = true;
|
|
||||||
# "2700".enable = true;
|
|
||||||
# "2800".enable = true;
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -35,15 +35,11 @@
|
||||||
windowrulev2 = [
|
windowrulev2 = [
|
||||||
"workspace special:keepass,class:org.keepassxc.KeePassXC,title:^(.*)(KeePassXC)(.*)$"
|
"workspace special:keepass,class:org.keepassxc.KeePassXC,title:^(.*)(KeePassXC)(.*)$"
|
||||||
"workspace unset,class:org.keepassxc.KeePassXC,title:Unlock Database - KeePassXC"
|
"workspace unset,class:org.keepassxc.KeePassXC,title:Unlock Database - KeePassXC"
|
||||||
|
|
||||||
"workspace special:chatgpt,class:firefox,title:ChatGPT — Mozilla Firefox"
|
|
||||||
"float,class:firefox,title:ChatGPT — Mozilla Firefox"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
workspace = [
|
workspace = [
|
||||||
"special:keepass,gapsout:45"
|
"special:keepass,gapsout:45"
|
||||||
"special:magic,gapsout:45"
|
"special:magic,gapsout:45"
|
||||||
"special:chatgpt,gapsout:45"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
{hyprpanel, ...}: {
|
{hyprpanel, ...}: {
|
||||||
imports = [ inputs.hyprpanel.homeManagerModules.hyprpanel ];
|
imports = [ hyprpanel.homeManagerModules.hyprpanel ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
7
home/lilith/stylix.nix
Normal file
7
home/lilith/stylix.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{ stylix, ...}: {
|
||||||
|
imports = [ stylix.homeManagerModules.stylix ];
|
||||||
|
|
||||||
|
stylix.targets = {
|
||||||
|
firefox.enable = false;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue