fix
This commit is contained in:
parent
9129863969
commit
a3fd436314
10
README.md
10
README.md
|
|
@ -1,9 +1,7 @@
|
||||||
# 🌽❄
|
# 🌽❄
|
||||||
|
|
||||||
my nixos configuration
|
```
|
||||||
|
sudo nixos-rebuild switch --flake .#<host>
|
||||||
|
|
||||||
## TODO
|
nix run .#home-manager -- switch --flake .#<host>
|
||||||
|
```
|
||||||
- [ ] More adjustments about uwsm and hyprland
|
|
||||||
- [ ] Setting up for uniform configuration for common applications
|
|
||||||
- [ ] Make it selectable for NixOS/Nix-darwin/Standalone
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
programs = {
|
programs = {
|
||||||
direnv = {
|
direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableFishIntegration = true; # see note on other shells below
|
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user