Nix (home-manager) configurations for my computers
Commits at 47ff687e3e65969393227bc36fe92a6d7703eff6
61cfa021hm/essentials: Change comment color in neovim
Secondary colors Rose Pine uses don't have enough contrast between
regular text color.
Shota FUJI
authored at
Shota FUJI
comitted at
5227f28fhm/profiles/nixos-desktop: Rename "~/pictures" to "~/images"
"images" is broader and can include non-picture files (e.g., OS image
file) but this is the least bad option among other words NOT starting
from "p". I put development files under "~/projects" directory, and
"~/pictures" come into my way when I type "cd p<Tab>".
Shota FUJI
authored at
Shota FUJI
comitted at
da0a0eeehm/wayland-desktop: Configure GTK font and icon theme
Default (without any settings) is really ugly.
Shota FUJI
authored at
Shota FUJI
comitted at
6691dc7fhm/apps/web/firefox: Manage settings in Nix
It was exhausting process to check / uncheck countless options.
Shota FUJI
authored at
Shota FUJI
comitted at
483a6508hm/profiles/nixos-desktop: Use lowercase directories for XDG user dirs
Shota FUJI
authored at
Shota FUJI
comitted at
3891cf90fonts: Install Noto Font, including CJK ones
Otherwise system renders CJK text in Windows XP era pixelated way.
Shota FUJI
authored at
Shota FUJI
comitted at
1abeea2fAdd FHS devshell
"dprint-plugin-exec" won't work outside FHS environment.
Shota FUJI
authored at
Shota FUJI
comitted at
c5d5d003wayland-desktop: More reliable display scaling
If I connect my machine via different method, for example DP-alt, I have
to add a duplicated output config or scaling won't work.
Shota FUJI
authored at
Shota FUJI
comitted at
d60b741fhm-clean: Delete program
`nix-collect-garbage -d` (non-root) does the job.
Shota FUJI
authored at
Shota FUJI
comitted at
f4b93e2fnixos/hive: Fix container has no internet access
https://wiki.nixos.org/wiki/Incus
Missed "Networking/Firewall" section.
Shota FUJI
authored at
Shota FUJI
comitted at
26ad576fDo not version control NixOS user password
Target machine's public key is required for encrypting the password.
However, getting the target machine's public key requires the user's
password. root user's password configured at `nixos-install` will be
wiped because of `mutableUsers = false`. So no way to login.
Therefore `mutableUsers` has to be `true`, and if that option is
enabled, I don't see any practical merits on committing encrypted
password. If I set root password, why not set a normal user's password
too?
Shota FUJI
authored at
Shota FUJI
comitted at