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 = [
swaybg.nix
swaylock.nix
mako.nix
swayidle.nix
quickshell.nix
./swaybg.nix
./swaylock.nix
./mako.nix
./swayidle.nix
./quickshell.nix
];
}

View file

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

View file

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