Compare commits
2 commits
4ea1acc73d
...
534e7f7429
Author | SHA1 | Date | |
---|---|---|---|
534e7f7429 | |||
aa8f46e3e7 |
2 changed files with 13 additions and 7 deletions
18
README.md
18
README.md
|
@ -1,4 +1,7 @@
|
|||
# Configure
|
||||
|
||||
# Usefull commands
|
||||
|
||||
## Configure
|
||||
|
||||
```bash
|
||||
nixos-rebuild switch --flake flake_path_directory#hostname
|
||||
|
@ -8,11 +11,7 @@ nixos-rebuild switch --flake flake_path_directory#hostname
|
|||
nix flake update --extra-experimental-features "nix-command flakes"
|
||||
```
|
||||
|
||||
# Usefull link
|
||||
|
||||
- https://api.github.com/rate_limit
|
||||
|
||||
# Clean system
|
||||
## Clean system
|
||||
|
||||
List all profiles
|
||||
```bash
|
||||
|
@ -29,6 +28,13 @@ Clean up all useless store from old profiles
|
|||
sudo nix store gc --debug
|
||||
```
|
||||
|
||||
# Usefull links
|
||||
|
||||
- https://api.github.com/rate_limit
|
||||
- https://hydra.nixos.org/job/nixos/trunk-combined/tested#tabs-constituents
|
||||
- https://nixpk.gs/pr-tracker.html
|
||||
- https://mobile.nixos.org/
|
||||
|
||||
# Sources
|
||||
|
||||
- https://github.com/ryan4yin/nix-config/tree/v0.0.2
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
# Enable the KDE Plasma Desktop Environment.
|
||||
services.xserver.displayManager.sddm.enable = true;
|
||||
services.xserver.displayManager.defaultSession = "plasmawayland";
|
||||
services.xserver.desktopManager.plasma5.enable = true;
|
||||
services.xserver.desktopManager.plasma6.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue