Fixed new ssh options
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{ pkgs, inputs, ... }: {
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.catppuccin.homeModules.catppuccin
|
||||
./hyprland
|
||||
@@ -10,7 +11,11 @@
|
||||
|
||||
_module.args.compositor = "hyprland";
|
||||
|
||||
home.packages = with pkgs; [ waypaper awww ];
|
||||
home.packages = with pkgs; [
|
||||
waypaper
|
||||
awww
|
||||
onlyoffice-desktopeditors
|
||||
];
|
||||
home.file.".config/waypaper/config.ini".source = ./waypaper.ini;
|
||||
|
||||
programs = {
|
||||
@@ -31,5 +36,14 @@
|
||||
};
|
||||
};
|
||||
mpv.enable = true;
|
||||
onlyoffice = {
|
||||
enable = true;
|
||||
settings = {
|
||||
UITheme = "theme-night";
|
||||
appdata = "@ByteArray(eyJ1c2VybmFtZSI6InBoaWwiLCJkb2NvcGVubW9kZSI6ImVkaXQiLCJyZXN0YXJ0Ijp0cnVlLCJsYW5naWQiOiJlbi1VUyIsInVpc2NhbGluZyI6IjAiLCJ1aXRoZW1lIjoidGhlbWUtbmlnaHQiLCJlZGl0b3J3aW5kb3dtb2RlIjpmYWxzZSwic3BlbGxjaGVja2RldGVjdCI6ImF1dG8iLCJ1c2VncHUiOnRydWV9)";
|
||||
editorWindowMode = false;
|
||||
titlebar = "custom";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user