diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 065d922..38aa340 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -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; diff --git a/modules/old_configs/emacs/config.org b/modules/old_configs/emacs/config.org index 642f046..a00ccb4 100644 --- a/modules/old_configs/emacs/config.org +++ b/modules/old_configs/emacs/config.org @@ -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)