updates
This commit is contained in:
+4
-49
@@ -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;
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user