Update Hyprland
This commit is contained in:
@ -187,14 +187,19 @@ rec {
|
|||||||
home.file."Notes/Obsidian/Chriphost/christex.sty".source = ../../config/latex/christex.sty; # For obsidian notes
|
home.file."Notes/Obsidian/Chriphost/christex.sty".source = ../../config/latex/christex.sty; # For obsidian notes
|
||||||
home.file.".indentconfig.yaml".source = ../../config/latex/.indentconfig.yaml;
|
home.file.".indentconfig.yaml".source = ../../config/latex/.indentconfig.yaml;
|
||||||
home.file.".indentsettings.yaml".source = ../../config/latex/.indentsettings.yaml;
|
home.file.".indentsettings.yaml".source = ../../config/latex/.indentsettings.yaml;
|
||||||
|
# TODO: Use mkLink
|
||||||
home.file."Notes/Obsidian/Chriphost/latex_snippets.json".source = ../../config/obsidian/latex_snippets.json;
|
# home.file."Notes/Obsidian/Chriphost/latex_snippets.json".source = ../../config/obsidian/latex_snippets.json;
|
||||||
home.file."Notes/Obsidian/Chriphost/.obsidian/snippets/latex_preview.css".source = ../../config/obsidian/css_snippets/latex_preview.css;
|
home.file."Notes/Obsidian/Chriphost/.obsidian/snippets/latex_preview.css".source = ../../config/obsidian/css_snippets/latex_preview.css;
|
||||||
|
|
||||||
# TODO: If navi enabled
|
# TODO: If navi enabled
|
||||||
# TODO: Symlink this, so the config doesn't have to be rebuilt every time
|
# TODO: Symlink this, so the config doesn't have to be rebuilt every time
|
||||||
home.file.".local/share/navi/cheats/christoph.cheat".source = ../../config/navi/christoph.cheat;
|
home.file.".local/share/navi/cheats/christoph.cheat".source = ../../config/navi/christoph.cheat;
|
||||||
|
|
||||||
|
home.activation = {
|
||||||
|
linkObsidianLatexSnippets = lib.hm.dag.entryAfter ["writeBoundary"]
|
||||||
|
(mylib.modules.mkLink "~/NixFlake/config/obsidian/latex_snippets.json" "~/Notes/Obsidian/Chriphost/latex_snippets.json");
|
||||||
|
};
|
||||||
|
|
||||||
# TODO: NNN module
|
# TODO: NNN module
|
||||||
xdg.desktopEntries.nnn = {
|
xdg.desktopEntries.nnn = {
|
||||||
type = "Application";
|
type = "Application";
|
||||||
@ -306,6 +311,10 @@ rec {
|
|||||||
libnotify
|
libnotify
|
||||||
procps # pgrep, pkill
|
procps # pgrep, pkill
|
||||||
inotifyTools # inotifywait etc.
|
inotifyTools # inotifywait etc.
|
||||||
|
atool # Archive preview
|
||||||
|
ffmpegthumbnailer # Video thumbnails
|
||||||
|
mediainfo
|
||||||
|
tree # Folder preview
|
||||||
|
|
||||||
# Xooooorg/Desktop environment stuff
|
# Xooooorg/Desktop environment stuff
|
||||||
# xclip
|
# xclip
|
||||||
@ -544,10 +553,6 @@ rec {
|
|||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
atool # Archive preview
|
|
||||||
ffmpegthumbnailer # Video thumbnails
|
|
||||||
mediainfo
|
|
||||||
tree # Folder preview
|
|
||||||
xdragon # Drag and drop (why man)
|
xdragon # Drag and drop (why man)
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -596,9 +601,8 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Scientific pdf reader
|
# Scientific pdf reader
|
||||||
# TODO
|
|
||||||
sioyek = {
|
sioyek = {
|
||||||
enable = true;
|
enable = false; # Disabled for now, as it crashes sometimes?
|
||||||
# bindings = {};
|
# bindings = {};
|
||||||
# config = {};
|
# config = {};
|
||||||
};
|
};
|
||||||
@ -738,6 +742,11 @@ rec {
|
|||||||
# TODO: Check HM module options
|
# TODO: Check HM module options
|
||||||
yt-dlp.enable = true;
|
yt-dlp.enable = true;
|
||||||
|
|
||||||
|
# TODO
|
||||||
|
zathura = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
zoxide = {
|
zoxide = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableFishIntegration = config.modules.fish.enable;
|
enableFishIntegration = config.modules.fish.enable;
|
||||||
|
@ -127,6 +127,7 @@ in {
|
|||||||
ncpamixer # ncurses pavucontrol
|
ncpamixer # ncurses pavucontrol
|
||||||
|
|
||||||
xfce.thunar
|
xfce.thunar
|
||||||
|
xfce.tumbler # Thunar thumbnails
|
||||||
libsForQt5.polkit-kde-agent
|
libsForQt5.polkit-kde-agent
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user