First working after modularization

This commit is contained in:
KnightArtorias 2025-12-09 23:43:33 +00:00
parent a70afa5410
commit acf15216f6
3 changed files with 14 additions and 11 deletions

View file

@ -1,9 +1,9 @@
{ {
imports = [ imports = [
swaybg.nix ./swaybg.nix
swaylock.nix ./swaylock.nix
mako.nix ./mako.nix
swayidle.nix ./swayidle.nix
quickshell.nix ./quickshell.nix
]; ];
} }

View file

@ -6,9 +6,12 @@
{ {
programs.git = { programs.git = {
enable = true; enable = true;
userName = "KnightArtorias"; settings = {
userEmail = "booksandpi@gmail.com"; user = {
extraConfig = { name = "KnightArtorias";
email = "booksandpi@gmail.com";
};
init.defaultBranch = "main"; init.defaultBranch = "main";
}; };
}; };

View file

@ -28,11 +28,11 @@
enable = true; enable = true;
theme = "circle_flow"; theme = "circle_flow";
themePackages = with pkgs; [ themePackages = with pkgs; [
(adi1090x-plymouth-themese.override { (adi1090x-plymouth-themes.override {
selected_themes = [ selected_themes = [
"cirlce_flow" "circle_flow"
"colorful" "colorful"
"colorful_slices" "colorful_sliced"
"double" "double"
"polaroid" "polaroid"
]; ];