From 85a47287e56ba9100420246531ebea5996cc0486 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sat, 19 Jul 2025 15:50:09 -0400 Subject: End of NixOS container era --- hosts/yashinoki/configuration.nix | 10 ++++++++++ hosts/yashinoki/programs.nix | 5 +++-- 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'hosts/yashinoki') diff --git a/hosts/yashinoki/configuration.nix b/hosts/yashinoki/configuration.nix index 932637a..c88d87b 100644 --- a/hosts/yashinoki/configuration.nix +++ b/hosts/yashinoki/configuration.nix @@ -31,16 +31,19 @@ in { name = "Dina"; size = 14; baseline = 0; + cell-height-offset = 0; }; ui-font = { name = "M+ 2p"; size = 11; baseline = 0; + cell-height-offset = 0; }; emoji-font = { name = "Blobmoji"; size = ui-font.size; baseline = 0; + cell-height-offset = 0; }; scheme = import ../../themes/year_of_snake/snake.nix; starter = { @@ -49,6 +52,7 @@ in { width = 64; padding = { top = -2; left = -6; text = 0; }; position = "left"; + header = ""; footer = ""; footer-offset = 0; }; @@ -145,6 +149,12 @@ in { options = disks.nfs_options; }; + fileSystems."/mnt/nfs/pics" = { + device = "moyo:/srv/nfs/pics"; + fsType = "nfs4"; + options = disks.nfs_options; + }; + environment.systemPackages = with pkgs; [ linuxPackages_latest.perf linuxPackages_latest.cpupower diff --git a/hosts/yashinoki/programs.nix b/hosts/yashinoki/programs.nix index 6811372..d82e72a 100644 --- a/hosts/yashinoki/programs.nix +++ b/hosts/yashinoki/programs.nix @@ -6,8 +6,9 @@ (discord.override { withOpenASAR = true; }) (asNeeded "imv" ["imv"]) (asNeeded "mpv" ["mpv"]) - camu - camu-devshell + #camu + #camu-devshell + #mauri ]; local.scripts.imports = [ "battery" -- cgit v1.2.3-101-g0448