diff --git a/.config/macchina/macchina.toml b/.config/macchina/macchina.toml index 90cacff..076adfc 100644 --- a/.config/macchina/macchina.toml +++ b/.config/macchina/macchina.toml @@ -45,4 +45,4 @@ theme = "Lithium" # - Memory # - Battery # Example: - show = ["Host", "Machine", "Kernel", "Distribution", "DesktopEnvironment", "ProcessorLoad", "Memory", "Battery"] \ No newline at end of file + show = ["Host", "Machine", "Kernel", "Distribution", "DesktopEnvironment", "ProcessorLoad", "Memory", "DiskSpace", "Battery"] \ No newline at end of file diff --git a/.config/macchina/themes/Lithium.toml b/.config/macchina/themes/Lithium.toml index 2528b0c..ec03f19 100644 --- a/.config/macchina/themes/Lithium.toml +++ b/.config/macchina/themes/Lithium.toml @@ -21,7 +21,7 @@ hide_delimiters = true [box] title = " Cool Drool " -border = "plain" +border = "rounded" visible = true [box.inner_margin] @@ -55,3 +55,4 @@ backlight = "Brightness" resolution = "Resolution" cpu_load = "CPU Load" cpu = "CPU" +disk_space = "Disk Space" diff --git a/modules/desktop.nix b/modules/desktop.nix index 40acd0f..5b11573 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -266,7 +266,7 @@ in # Enable CUPS to print documents. services.printing.enable = true; services.printing.drivers = - [ pkgs.gutenprint pkgs.gutenprintBin ]; + [ pkgs.gutenprint pkgs.gutenprintBin pkgs.cnijfilter2 ]; services.usbmuxd.enable = true; services.fstrim.enable = true; diff --git a/modules/emacs.nix b/modules/emacs.nix index 7581ecd..6635ab7 100644 --- a/modules/emacs.nix +++ b/modules/emacs.nix @@ -22,6 +22,7 @@ vertico-posframe chatgpt-shell denote + denote-org consult-denote nushell-ts-mode nushell-mode