This commit is contained in:
2024-07-19 16:25:14 -04:00
parent 083805e041
commit 19d76a376c
2 changed files with 6 additions and 51 deletions
+4 -49
View File
@@ -5,9 +5,13 @@
home.homeDirectory = "/home/liamm";
imports = [
# home-manager
../../modules/home-manager/dunst.nix
../../modules/home-manager/tmux.nix
../../modules/home-manager/fastfetch.nix
../../modules/home-manager/terminals/alacritty.nix
# desktop
../../modules/desktop/bluetooth.nix
../../modules/desktop/hyprland.nix
];
@@ -208,55 +212,6 @@
epkgs.org-pdftools
];
};
fastfetch = {
enable = true;
settings = {
logo = {
source = "~/pictures/smol-penguin.png";
type = "kitty-direct";
width = 18;
height = 9;
padding = {
top = 2;
left = 1;
right = 3;
};
};
display = {
separator = " -> ";
};
modules = [
"title"
{
type = "custom";
format = " Env ";
}
{
type = "os";
key = "OS ";
}
{
type = "wm";
key = "WM ";
}
"editor"
"break"
{
type = "custom";
format = " Sys ";
}
"cpu"
"gpu"
{
type = "memory";
key = "MEM";
}
"vulkan"
"disk"
"battery"
];
};
};
feh.enable = true;
git = {
enable = true;
+2 -2
View File
@@ -294,8 +294,8 @@
;; (setq dashboard-set-navigator t)
(setq dashboard-set-file-icons t)
(setq dashboard-banner-logo-title "Welcome to Emacs!")
;; (setq dashboard-startup-banner 'logo) ;; default logo
(setq dashboard-startup-banner "~/pictures/smol-penguin.png")
(setq dashboard-startup-banner 'logo) ;; default logo
;; (setq dashboard-startup-banner "~/pictures/vsmol-penguin.png")
(setq dashboard-center-content t)
(setq dashboard-items '((recents . 5)
(agenda . 5)