update
This commit is contained in:
+19
-1
@@ -2,12 +2,14 @@
|
||||
pkgs,
|
||||
config,
|
||||
noctalia,
|
||||
zen-browser,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./mpd.nix
|
||||
noctalia.homeModules.default
|
||||
zen-browser.homeModules.beta
|
||||
];
|
||||
|
||||
# programs.noctalia.enable = true;
|
||||
@@ -27,6 +29,11 @@
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
"inode/directory" = [ "nemo.desktop" ];
|
||||
"image/*" = [ "imv-dir.desktop" ];
|
||||
"image/gif" = [ "imv-dir.desktop" ];
|
||||
"image/jpeg" = [ "imv-dir.desktop" ];
|
||||
"image/png" = [ "imv-dir.desktop" ];
|
||||
"image/webp" = [ "imv-dir.desktop" ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -47,6 +54,11 @@
|
||||
size = 20;
|
||||
};
|
||||
|
||||
programs.zen-browser = {
|
||||
enable = true;
|
||||
setAsDefaultBrowser = true;
|
||||
};
|
||||
|
||||
programs.yazi.enable = true;
|
||||
programs.yazi.enableFishIntegration = true;
|
||||
|
||||
@@ -83,13 +95,15 @@
|
||||
programs.distrobox.enable = true;
|
||||
services.podman.enable = true;
|
||||
|
||||
programs.rofi.enable = true;
|
||||
programs.rofi.plugins = [ pkgs.rofi-calc ];
|
||||
|
||||
services.cliphist.enable = true;
|
||||
programs.btop.enable = true;
|
||||
services.udiskie.enable = true;
|
||||
programs.cava.enable = true;
|
||||
programs.equibop.enable = true;
|
||||
services.awww.enable = true;
|
||||
programs.rofi.enable = true;
|
||||
services.mpdris2.enable = true;
|
||||
programs.fastfetch.enable = true;
|
||||
programs.prismlauncher.enable = true;
|
||||
@@ -100,6 +114,9 @@
|
||||
programs.obsidian.enable = true;
|
||||
programs.gcc.enable = true;
|
||||
programs.mpv.enable = true;
|
||||
programs.imv.enable = true;
|
||||
programs.hexchat.enable = true;
|
||||
programs.aria2.enable = true;
|
||||
programs.qutebrowser = {
|
||||
enable = true;
|
||||
settings = {
|
||||
@@ -107,6 +124,7 @@
|
||||
auto_save.session = true;
|
||||
scrolling.smooth = true;
|
||||
content.autoplay = false;
|
||||
content.blocking.method = "both";
|
||||
url.default_page = "https://priv.au";
|
||||
};
|
||||
extraConfig = ''
|
||||
|
||||
Reference in New Issue
Block a user