summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/home-manager/bat.nix8
-rw-r--r--modules/nixos/cgit.nix15
-rw-r--r--modules/nixos/environment.nix3
3 files changed, 21 insertions, 5 deletions
diff --git a/modules/home-manager/bat.nix b/modules/home-manager/bat.nix
index 978235c..13e8e6d 100644
--- a/modules/home-manager/bat.nix
+++ b/modules/home-manager/bat.nix
@@ -4,10 +4,10 @@
enable = true;
config = {
pager = "less -FR";
- theme = "catppuccin-mocha";
- };
- themes = {
- catppuccin-mocha = builtins.readFile "${inputs.catppuccin-bat}/themes/Catppuccin mocha.tmTheme";
+ # theme = "catppuccin-mocha";
};
+ # themes = {
+ # catppuccin-mocha = builtins.readFile "${inputs.catppuccin-bat}/themes/Catppuccin Mocha.tmTheme";
+ # };
};
}
diff --git a/modules/nixos/cgit.nix b/modules/nixos/cgit.nix
new file mode 100644
index 0000000..fc331ec
--- /dev/null
+++ b/modules/nixos/cgit.nix
@@ -0,0 +1,15 @@
+{ ... } : { # This is for hosting on bosco
+ services.cgit = {
+ bosco-git = {
+ enable = true;
+ nginx.location = "/git/";
+ nginx.virtualHost = "git.myrmexia.xyz";
+ repos = {
+ nixos-flake = {
+ desc = "A public repo for viewing my nixos config.";
+ path = "/srv/git/.flake.git";
+ };
+ };
+ };
+ };
+}
diff --git a/modules/nixos/environment.nix b/modules/nixos/environment.nix
index d76fcbc..52aaae9 100644
--- a/modules/nixos/environment.nix
+++ b/modules/nixos/environment.nix
@@ -6,7 +6,8 @@
# $ nix search wget
sessionVariables = {
NIXOS_OZONE_WL = "1";
- NIXPKGS_ALLOW_INSECURE="1";
+ NIXPKGS_ALLOW_INSECURE = "1";
+ RADV_PERFTEST = "rt";
};
variables = {
# PATH = "/home/defin/.local/share/gem/ruby/3.0.0/bin:";