removed
This commit is contained in:
parent
b19dfaa13e
commit
6d92b7bc3e
3 changed files with 1 additions and 18 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
desktop-gremlin
|
||||
voicevox
|
||||
#voicevox
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ in {
|
|||
osc=no
|
||||
border=no
|
||||
script=~~/scripts/modernx.lua
|
||||
script=~~/scripts/thumbfast.lua
|
||||
script-opts=modernx-theme=Nordic
|
||||
sub-font="Noto Sans"
|
||||
sub-font-size=40
|
||||
|
|
@ -38,8 +37,6 @@ in {
|
|||
CTRL+2 no-osd change-list glsl-shaders set "~~/shaders/Restore/Anime4K_Clamp_Highlights.glsl:~~/shaders/Upscale+Denoise/Anime4K_Upscale_Denoise_CNN_x2_VL.glsl:~~/shaders/Upscale/Anime4K_AutoDownscalePre_x2.glsl:~~/shaders/Upscale/Anime4K_AutoDownscalePre_x4.glsl:~~/shaders/Upscale/Anime4K_Upscale_CNN_x2_M.glsl"; show-text "Anime4K: Mode B (Denoise - for artifact-heavy anime)"
|
||||
'';
|
||||
home.file.".config/mpv/scripts/modernx.lua".source = modernx;
|
||||
home.file.".config/mpv/scripts/thumbfast.lua".source = "${pkgs.mpvScripts.thumbfast}/share/mpv/scripts/thumbfast.lua";
|
||||
home.file.".config/mpv/script-opts/thumbfast.conf".source = "${pkgs.mpvScripts.thumbfast}/share/mpv/script-opts/thumbfast.conf";
|
||||
home.file.".config/mpv/fonts/Material-Design-Iconic-Font.ttf".source = modernxFont;
|
||||
home.file.".config/mpv/shaders".source = "${anime4k}/glsl";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,18 +12,4 @@
|
|||
compositor.name = "hyprland";
|
||||
configHome = "/home/${config.theme.user}";
|
||||
};
|
||||
|
||||
users.users.greeter = {
|
||||
isSystemUser = true;
|
||||
group = "greeter";
|
||||
home = "/var/lib/greeter";
|
||||
createHome = true;
|
||||
};
|
||||
|
||||
users.groups.greeter = {};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /var/lib/greeter/.config/systemd/user 0755 greeter greeter -"
|
||||
"L+ /var/lib/greeter/.config/systemd/user/xdg-desktop-portal-hyprland.service - - - - /dev/null"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue