added assets folder and git lfs
This commit is contained in:
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.webp filter=lfs diff=lfs merge=lfs -text
|
||||
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
||||
BIN
assets/eva-01.jpg
LFS
Normal file
BIN
assets/eva-01.jpg
LFS
Normal file
Binary file not shown.
BIN
assets/pfp/BLEACHXSTUDIOGHIBLI.jpeg
LFS
Normal file
BIN
assets/pfp/BLEACHXSTUDIOGHIBLI.jpeg
LFS
Normal file
Binary file not shown.
BIN
assets/pfp/BLEACHXSTUDIOGHIBLI.jpg
LFS
Normal file
BIN
assets/pfp/BLEACHXSTUDIOGHIBLI.jpg
LFS
Normal file
Binary file not shown.
BIN
assets/pfp/Jiji.jpg
LFS
Normal file
BIN
assets/pfp/Jiji.jpg
LFS
Normal file
Binary file not shown.
BIN
assets/pfp/jaUtSEI.jpg
LFS
Normal file
BIN
assets/pfp/jaUtSEI.jpg
LFS
Normal file
Binary file not shown.
BIN
assets/pfp/jiro.jpg
LFS
Normal file
BIN
assets/pfp/jiro.jpg
LFS
Normal file
Binary file not shown.
BIN
assets/pfp/neonNerv.png
LFS
Normal file
BIN
assets/pfp/neonNerv.png
LFS
Normal file
Binary file not shown.
BIN
assets/pfp/uptime-kuma.png
LFS
Normal file
BIN
assets/pfp/uptime-kuma.png
LFS
Normal file
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB |
@@ -11,7 +11,7 @@
|
||||
settings = {
|
||||
logo = {
|
||||
|
||||
source = lib.mkIf (hostname == "eva-01") "/etc/nixos/home-manager/commands/fastfetch/assets/evangelion-mecha-neon-genesis-desktop-wallpaper-cover.jpg";
|
||||
source = lib.mkIf (hostname == "eva-01") "/etc/nixos/assets/pfp/eva-01.jpg";
|
||||
type = "kitty";
|
||||
height = 20;
|
||||
width = 60;
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
"dummy"
|
||||
"mode-switcher"
|
||||
];
|
||||
#background-image = mkLiteral "url(\"${configPath}/assets/background.png\", width)";
|
||||
background-image = mkLiteral "url(\"${configPath}/assets/background.png\", width)";
|
||||
};
|
||||
|
||||
"entry" = {
|
||||
|
||||
@@ -128,7 +128,10 @@
|
||||
services.displayManager.sddm.enable = true;
|
||||
services.displayManager.sddm.wayland.enable = true;
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
services.displayManager.sddm.theme = "sddm-astronaut-theme";
|
||||
#services.displayManager.sddm.theme = "sddm-astronaut-theme";
|
||||
|
||||
# Enable Hyprland wayland compositor
|
||||
programs.hyprland.enable = true;
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
# XRDP
|
||||
@@ -143,7 +146,7 @@
|
||||
};
|
||||
|
||||
#Enable Ollama daemon
|
||||
# services.ollama.enable = true;
|
||||
#services.ollama.enable = true;
|
||||
|
||||
# Enable ollama
|
||||
services.ollama = {
|
||||
|
||||
Reference in New Issue
Block a user