Compare commits
No commits in common. "a046927e0675cea0d5554b30bea0b03ee54375b2" and "d60b47ba9b2930407a1a41f8aa6e99160943c84d" have entirely different histories.
a046927e06
...
d60b47ba9b
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
rec {
|
||||
imports = [
|
||||
../../snippets/common_home.nix
|
||||
];
|
||||
|
|
|
|||
|
|
@ -83,7 +83,6 @@
|
|||
activate-linux
|
||||
remmina
|
||||
pinta
|
||||
darktable
|
||||
] ++ # Selection of graphical apps
|
||||
[
|
||||
prismlauncher
|
||||
|
|
@ -116,7 +115,6 @@
|
|||
openmoji-black
|
||||
openmoji-color
|
||||
]) ++ # Fonts
|
||||
[ ] ++ # Temp
|
||||
[];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
|
|
|||
|
|
@ -25,12 +25,12 @@
|
|||
commands = "set buffer filetype typst";
|
||||
option = ".*\.typ";
|
||||
}
|
||||
{
|
||||
# When the filetype=latex option is set in a buffer context (automatically), add a new hook to build the latex file on write
|
||||
name = "BufSetOption";
|
||||
option = "filetype=latex";
|
||||
commands = "hook buffer BufWritePost .* %{ texlab-build }";
|
||||
}
|
||||
# {
|
||||
# # When the filetype=latex option is set in a buffer context (automatically), add a new hook to build the latex file on write
|
||||
# name = "BufSetOption";
|
||||
# option = "filetype=latex";
|
||||
# commands = "hook buffer BufWritePost .* %{ texlab-build }";
|
||||
# }
|
||||
{
|
||||
name = "BufSetOption";
|
||||
option = "filetype=markdown";
|
||||
|
|
@ -108,8 +108,8 @@
|
|||
};
|
||||
|
||||
home.packages = with pkgs; [ kakoune-lsp ];
|
||||
# xdg.configFile."kak-lsp/kak-lsp.toml".source =
|
||||
# ./kakoune/kak-lsp.toml;
|
||||
xdg.configFile."kak-lsp/kak-lsp.toml".source =
|
||||
./kakoune/kak-lsp.toml;
|
||||
|
||||
xdg.desktopEntries.kakoune = {
|
||||
name = "Kakoune";
|
||||
|
|
|
|||
Loading…
Reference in a new issue