parent
84644d3675
commit
86ccae0d05
11 changed files with 139 additions and 76 deletions
|
|
@ -43,6 +43,13 @@ _: {
|
|||
jetbrains-mono
|
||||
fira-mono
|
||||
noto-fonts
|
||||
|
||||
# Maple Mono (Ligature TTF unhinted)
|
||||
custom.maple-mono.truetype
|
||||
# Maple Mono NF (Ligature unhinted)
|
||||
custom.maple-mono.NF-unhinted
|
||||
# Maple Mono NF CN (Ligature unhinted)
|
||||
custom.maple-mono.NF-CN-unhinted
|
||||
];
|
||||
|
||||
programs.niri.settings = {
|
||||
|
|
@ -79,6 +86,8 @@ _: {
|
|||
QT_QPA_PLATFORMTHEME = "qt6ct";
|
||||
XCURSOR_THEME = "Adwaita";
|
||||
XCURSOR_SIZE = "10";
|
||||
DEFAULT_BROWSER = "${config.programs.firefox.package}/bin/firefox";
|
||||
BROWSER = "${config.programs.firefox.package}/bin/firefox";
|
||||
};
|
||||
|
||||
programs.niri.settings = {
|
||||
|
|
@ -105,7 +114,7 @@ _: {
|
|||
};
|
||||
|
||||
debug = {
|
||||
render-drm-device = "/dev/dri/renderD128";
|
||||
render-drm-device = "/dev/dri/by-path/pci-0000:00:02.0-render";
|
||||
};
|
||||
|
||||
cursor = {
|
||||
|
|
@ -243,6 +252,12 @@ _: {
|
|||
{
|
||||
argv = [ "${pkgs.lib.getExe' flakes.noctalia.packages.${pkgs.system}.default "noctalia-shell"}" ];
|
||||
}
|
||||
{
|
||||
sh = ''
|
||||
systemctl --user import-environment NIRI_SOCKET
|
||||
systemctl --user restart kanata
|
||||
'';
|
||||
}
|
||||
];
|
||||
|
||||
animations = { };
|
||||
|
|
@ -515,6 +530,9 @@ _: {
|
|||
{
|
||||
id = "plugin:catwalk";
|
||||
}
|
||||
{
|
||||
id = "plugin:brightness";
|
||||
}
|
||||
];
|
||||
center = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue