summaryrefslogtreecommitdiff
path: root/hosts/yashinoki
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/yashinoki')
-rw-r--r--hosts/yashinoki/configuration.nix10
-rw-r--r--hosts/yashinoki/programs.nix5
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"