First working after modularization
This commit is contained in:
parent
a70afa5410
commit
acf15216f6
3 changed files with 14 additions and 11 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue