diff options
| author | 2025-07-19 15:50:09 -0400 | |
|---|---|---|
| committer | 2025-07-19 15:50:09 -0400 | |
| commit | 85a47287e56ba9100420246531ebea5996cc0486 (patch) | |
| tree | 7c70a593fc2678fd7175c32188bbae32044ed08d /hosts/yashinoki | |
| parent | 68f39eb867c851acb651f79604aba119ecaa9527 (diff) | |
| download | dotfiles-85a47287e56ba9100420246531ebea5996cc0486.tar.gz dotfiles-85a47287e56ba9100420246531ebea5996cc0486.tar.bz2 dotfiles-85a47287e56ba9100420246531ebea5996cc0486.zip | |
End of NixOS container era
Diffstat (limited to 'hosts/yashinoki')
| -rw-r--r-- | hosts/yashinoki/configuration.nix | 10 | ||||
| -rw-r--r-- | hosts/yashinoki/programs.nix | 5 |
2 files changed, 13 insertions, 2 deletions
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" |