add nixcord

This commit is contained in:
Hadi
2025-03-04 20:57:33 +01:00
parent f86fd5bf02
commit 41dacd47a5
23 changed files with 443 additions and 561 deletions

View File

@@ -1,5 +1,5 @@
{ config, ... }: {
imports = [ ../../nixos/variables-config.nix ];
imports = [ ../../nixos/variables-config.nix ../../themes/yoru.nix ];
config.var = {
hostname = "nixy";
@@ -23,6 +23,6 @@
autoGarbageCollector = true;
# Choose your theme variables here
theme = import ../../themes/var/yoru.nix;
# theme = import ../../themes/var/2025.nix;
};
}