Home Manager 25.05
This commit is contained in:
parent
48ff99f129
commit
5d49db53ff
@ -165,7 +165,7 @@ in
|
|||||||
starship
|
starship
|
||||||
yazi
|
yazi
|
||||||
appimage-run
|
appimage-run
|
||||||
nerdfonts ubuntu_font_family
|
# nerdfonts ubuntu_font_family
|
||||||
|
|
||||||
doublecmd filezilla
|
doublecmd filezilla
|
||||||
libreoffice
|
libreoffice
|
||||||
@ -205,7 +205,7 @@ in
|
|||||||
ripgrep.enable = true;
|
ripgrep.enable = true;
|
||||||
vscode = {
|
vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extensions = with pkgs.vscode-extensions; [
|
profiles.default.extensions = with pkgs.vscode-extensions; [
|
||||||
devsense.profiler-php-vscode
|
devsense.profiler-php-vscode
|
||||||
devsense.phptools-vscode
|
devsense.phptools-vscode
|
||||||
devsense.composer-php-vscode
|
devsense.composer-php-vscode
|
||||||
|
|||||||
@ -29,7 +29,7 @@ with pkgs;
|
|||||||
keepassxc git-credential-keepassxc keybase-gui keybase kbfs
|
keepassxc git-credential-keepassxc keybase-gui keybase kbfs
|
||||||
remmina
|
remmina
|
||||||
|
|
||||||
mapscii
|
# mapscii
|
||||||
# tidal-dl
|
# tidal-dl
|
||||||
postman
|
postman
|
||||||
]
|
]
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
let
|
let
|
||||||
polycat = pkgs.callPackage ../../pkgs/derivations/polycat {};
|
# polycat = pkgs.callPackage ../../pkgs/derivations/polycat {};
|
||||||
in
|
in
|
||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
@ -13,7 +13,7 @@ with pkgs;
|
|||||||
qalculate-qt
|
qalculate-qt
|
||||||
xorg.xrandr
|
xorg.xrandr
|
||||||
dconf
|
dconf
|
||||||
polycat
|
# polycat
|
||||||
# adwaita-qt
|
# adwaita-qt
|
||||||
adwaita-qt6 adwaita-icon-theme
|
adwaita-qt6 adwaita-icon-theme
|
||||||
]
|
]
|
||||||
@ -15,7 +15,7 @@ in
|
|||||||
# stylix.targets.kitty.enable = true;
|
# stylix.targets.kitty.enable = true;
|
||||||
font = {
|
font = {
|
||||||
name = "JetBrainsMono Nerd Font";
|
name = "JetBrainsMono Nerd Font";
|
||||||
package = pkgs.nerdfonts;
|
package = pkgs.nerd-fonts.jetbrains-mono;
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
themeFile = "Nord";
|
themeFile = "Nord";
|
||||||
|
|||||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
# deepClone = true;
|
# deepClone = true;
|
||||||
# leaveDotGit = false;
|
# leaveDotGit = false;
|
||||||
url = "https://github.com/2IMT/polycat.git";
|
url = "https://github.com/2IMT/polycat.git";
|
||||||
hash = "sha256-zm5AJEKp9OcAPGYy86R1hxDQu3600zJWsPdQyx0OGKw="; # replace this with the correct sha256 for the download
|
hash = "sha256-wpDx6hmZe/dLv+F+kbo+YUIZ2A8XgnrZP0amkz6I5IQ="; # replace this with the correct sha256 for the download
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|||||||
@ -7,13 +7,14 @@
|
|||||||
|
|
||||||
services.mako = {
|
services.mako = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = {
|
||||||
font = "monospace 14";
|
font = "monospace 14";
|
||||||
sort = "-time";
|
sort = "-time";
|
||||||
width = 350;
|
width = 350;
|
||||||
height = 200;
|
height = 200;
|
||||||
output = "DP-4";
|
output = "DP-4";
|
||||||
# backgroundColor = "#00000080";
|
# backgroundColor = "#00000080";
|
||||||
margin = "20";
|
margin = 20;
|
||||||
# outerMargin = "10";
|
# outerMargin = "10";
|
||||||
markup = true;
|
markup = true;
|
||||||
borderSize = 2;
|
borderSize = 2;
|
||||||
@ -24,25 +25,17 @@
|
|||||||
maxIconSize = 64;
|
maxIconSize = 64;
|
||||||
defaultTimeout = 5000;
|
defaultTimeout = 5000;
|
||||||
ignoreTimeout = false;
|
ignoreTimeout = false;
|
||||||
padding = "20";
|
padding = 20;
|
||||||
anchor = "top-center";
|
anchor = "top-center";
|
||||||
format = "<b>%s</b>\\n%b";
|
format = "<b>%s</b>\\n%b";
|
||||||
actions = true;
|
actions = true;
|
||||||
# textAlignment = "center";
|
# textAlignment = "center";
|
||||||
extraConfig = ''
|
"urgency=low" = { border-color = "#cccccc"; };
|
||||||
[urgency=low]
|
"urgency=normal" = { border-color = "#d08770"; };
|
||||||
border-color=#cccccc
|
"urgency=critical" = { border-color = "#bf616a"; default-timeout = 0; };
|
||||||
|
"category=mpd" = { "default-timeout" = 2000; group-by = "category"; };
|
||||||
[urgency=normal]
|
|
||||||
border-color=#d08770
|
|
||||||
|
|
||||||
[urgency=high]
|
|
||||||
border-color=#bf616a
|
|
||||||
default-timeout=0
|
|
||||||
|
|
||||||
[category=mpd]
|
|
||||||
default-timeout=2000
|
|
||||||
group-by=category
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
# '';
|
||||||
|
# };
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user