summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-08-31 17:10:07 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-08-31 17:10:07 +0530
commite1f5bdaa2e8c8c482fb0526a81c73197e9d28f59 (patch)
tree556b7ec0a8baa42d418fb1a2a3ad60677d4d2001 /common
parent9059d75874cdb0006ee4c1d39f8276aa9004be9a (diff)
custom neovim matugen theme with noctalia
and update system and other stuff i dont really remember
Diffstat (limited to 'common')
-rw-r--r--common/modules/matugen/default.nix2
-rw-r--r--common/modules/matugen/templates/matugen-niri.nix2
-rw-r--r--common/modules/matugen/templates/matugen-nvim.nix34
-rw-r--r--common/modules/window_managers/noctalia.nix2
-rw-r--r--common/programs/vesktop.nix2
-rw-r--r--common/programs/zenBrowser.nix2
6 files changed, 23 insertions, 21 deletions
diff --git a/common/modules/matugen/default.nix b/common/modules/matugen/default.nix
index 42b857e..973bd8e 100644
--- a/common/modules/matugen/default.nix
+++ b/common/modules/matugen/default.nix
@@ -101,7 +101,7 @@ in
${lib.optionalString config.beeMods.windowManagers.niri.enable ''
[templates.niri]
- input_path = '~/.config/matugen/templates/matugen.kdl'
+ input_path = '~/.config/matugen/templates/niri.kdl'
output_path = '~/.config/niri/matugen.kdl'
''}
diff --git a/common/modules/matugen/templates/matugen-niri.nix b/common/modules/matugen/templates/matugen-niri.nix
index 9012878..3d365e3 100644
--- a/common/modules/matugen/templates/matugen-niri.nix
+++ b/common/modules/matugen/templates/matugen-niri.nix
@@ -6,7 +6,7 @@
{
config = lib.mkIf (config.beeMods.windowManagers.niri.enable) {
xdg.configFile = {
- "matugen/templates/matugen.kdl" = {
+ "matugen/templates/niri.kdl" = {
text = ''
layout {
background-color "{{colors.background.default.hex}}"
diff --git a/common/modules/matugen/templates/matugen-nvim.nix b/common/modules/matugen/templates/matugen-nvim.nix
index 3be508e..771d163 100644
--- a/common/modules/matugen/templates/matugen-nvim.nix
+++ b/common/modules/matugen/templates/matugen-nvim.nix
@@ -4,21 +4,23 @@
...
}:
{
- config = lib.mkIf (config.wrappers.neovim.enable) {
- xdg.configFile = {
- "matugen/templates/neovim.json" = {
- text = ''
- {
- "mode": "{{mode}}",
- "source_color":"{{colors.primary.default.hex}}",
- <* if {{ is_dark_mode }} *>
- "background":"{{colors.surface.default.hex}}"
- <* else *>
- "background":"{{colors.surface_container_low.default.hex}}"
- <* endif *>
- }
- '';
+ config =
+ lib.mkIf (config.beeMods.windowManagers.beeConfig.enable || config.beeMods.windowManagers.noctalia)
+ {
+ xdg.configFile = {
+ "matugen/templates/neovim.json" = {
+ text = ''
+ {
+ "mode": "{{mode}}",
+ "source_color":"{{colors.primary.default.hex}}",
+ <* if {{ is_dark_mode }} *>
+ "background":"{{colors.surface.default.hex}}"
+ <* else *>
+ "background":"{{colors.surface_container_low.default.hex}}"
+ <* endif *>
+ }
+ '';
+ };
+ };
};
- };
- };
}
diff --git a/common/modules/window_managers/noctalia.nix b/common/modules/window_managers/noctalia.nix
index 5a37f68..472359e 100644
--- a/common/modules/window_managers/noctalia.nix
+++ b/common/modules/window_managers/noctalia.nix
@@ -28,7 +28,7 @@ in
output_path = '~/.config/neovim/nvim-colors.json'
[theme.templates.user.niri]
- input_path = '~/.config/matugen/templates/matugen.kdl'
+ input_path = '~/.config/matugen/templates/niri.kdl'
output_path = '~/.config/niri/matugen.kdl'
'';
};
diff --git a/common/programs/vesktop.nix b/common/programs/vesktop.nix
index be35840..b90e5b3 100644
--- a/common/programs/vesktop.nix
+++ b/common/programs/vesktop.nix
@@ -12,7 +12,7 @@
then
[ "midnight.css" ]
else
- [ "noctalia.theme.css" ];
+ [ "discord-system24.css" ];
# autoUpdate = true;
# autoUpdateNotification = true;
# notifyAboutUpdates = false;
diff --git a/common/programs/zenBrowser.nix b/common/programs/zenBrowser.nix
index 406f9b7..00eb264 100644
--- a/common/programs/zenBrowser.nix
+++ b/common/programs/zenBrowser.nix
@@ -92,7 +92,7 @@ in
}
{
Name = "Nixpkgs";
- URLTemplate = "https://search.nixos.org/packages?query={searchTerms}";
+ URLTemplate = "https://search.nixos.org/packages?channel=unstable&query={searchTerms}";
IconURL = "https://wiki.nixos.org/favicon.ico";
Alias = ":np";
}