This commit is contained in:
Keisuke Hirata 2026-01-04 01:54:21 +09:00
parent 9129863969
commit a3fd436314
2 changed files with 4 additions and 7 deletions

View File

@ -1,9 +1,7 @@
# 🌽❄
my nixos configuration
```
sudo nixos-rebuild switch --flake .#<host>
## TODO
- [ ] More adjustments about uwsm and hyprland
- [ ] Setting up for uniform configuration for common applications
- [ ] Make it selectable for NixOS/Nix-darwin/Standalone
nix run .#home-manager -- switch --flake .#<host>
```

View File

@ -2,7 +2,6 @@
programs = {
direnv = {
enable = true;
enableFishIntegration = true; # see note on other shells below
nix-direnv.enable = true;
};
};