Added: Final catppuccin stuff; TODOS for later; Programs I found in the catppuccin nix repo
This commit is contained in:
@@ -51,6 +51,8 @@
|
|||||||
|
|
||||||
kitty.enable = true;
|
kitty.enable = true;
|
||||||
lazygit.enable = true;
|
lazygit.enable = true;
|
||||||
|
yazi.enable = true;
|
||||||
|
fish.enable = true;
|
||||||
|
|
||||||
cursors = {
|
cursors = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -72,6 +74,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
mako.enable = true;
|
mako.enable = true;
|
||||||
|
mpv.enable = true;
|
||||||
|
newsboat.enable = true;
|
||||||
|
|
||||||
|
mangohud.enable = true;
|
||||||
|
|
||||||
gtk.icon.enable = true;
|
gtk.icon.enable = true;
|
||||||
kvantum = {
|
kvantum = {
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
_module.args.compositor = "hyprland";
|
_module.args.compositor = "hyprland";
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
waypaper
|
waypaper
|
||||||
@@ -18,4 +17,32 @@
|
|||||||
];
|
];
|
||||||
file.".config/waypaper/config.ini".source = ./waypaper.ini;
|
file.".config/waypaper/config.ini".source = ./waypaper.ini;
|
||||||
};
|
};
|
||||||
|
# TODO: Qutebrowser install
|
||||||
|
programs = {
|
||||||
|
mangohud = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
position = "top-right";
|
||||||
|
|
||||||
|
offset_x = 20;
|
||||||
|
offset_y = 20;
|
||||||
|
|
||||||
|
fps = true;
|
||||||
|
cpu_stats = true;
|
||||||
|
gpu_stats = true;
|
||||||
|
cpu_temp = true;
|
||||||
|
gpu_temp = true;
|
||||||
|
ram = true;
|
||||||
|
vram = true;
|
||||||
|
|
||||||
|
background_alpha = 0.5;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
# TODO: Needs config!
|
||||||
|
mpv = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -70,6 +70,43 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.newsboat = {
|
||||||
|
enable = true;
|
||||||
|
autoReload = true;
|
||||||
|
browser = "xdg-open";
|
||||||
|
urls = [
|
||||||
|
{
|
||||||
|
url = "https://www.tagesschau.de/xml/rss2";
|
||||||
|
tags = [
|
||||||
|
"news"
|
||||||
|
"de"
|
||||||
|
];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
url = "https://www.spiegel.de/schlagzeilen/index.rss";
|
||||||
|
tags = [
|
||||||
|
"news"
|
||||||
|
"de"
|
||||||
|
];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
url = "https://www.focus.de/rss";
|
||||||
|
tags = [
|
||||||
|
"news"
|
||||||
|
"de"
|
||||||
|
];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
url = "https://feeds.feedburner.com/blogspot/rkEL";
|
||||||
|
tags = [ "blog" ];
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
|
programs.cava = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs.yazi = {
|
programs.yazi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
@@ -90,8 +127,8 @@
|
|||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
defaultCommand = "fd --type f --strip-cwd-prefix --hidden --exclued .git";
|
defaultCommand = "fd --type f --strip-cwd-prefix --hidden --exclude .git";
|
||||||
fileWidgetCommand = "fd --type f --strip-cwd-prefix --hidden --exclued .git";
|
fileWidgetCommand = "fd --type f --strip-cwd-prefix --hidden --exclude .git";
|
||||||
defaultOptions = [
|
defaultOptions = [
|
||||||
"--height 100%"
|
"--height 100%"
|
||||||
"--border sharp"
|
"--border sharp"
|
||||||
@@ -101,6 +138,8 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TODO: Install OpenCode
|
||||||
|
# TODO: Install NuShell
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user