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 = [
|
imports = [
|
||||||
swaybg.nix
|
./swaybg.nix
|
||||||
swaylock.nix
|
./swaylock.nix
|
||||||
mako.nix
|
./mako.nix
|
||||||
swayidle.nix
|
./swayidle.nix
|
||||||
quickshell.nix
|
./quickshell.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue