diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-27 12:00:09 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-27 12:00:09 +0530 |
| commit | 1e4b9e6503019da3a73a936b2dd1a4cc9bc8fdb8 (patch) | |
| tree | ee75551fd688651c8b19b764e10fef4900c99647 | |
| parent | 4b7011aa4c2028d0a804dc19c550cb7a7985057f (diff) | |
readme updates + script permission fixes
| -rw-r--r-- | README.md | 10 | ||||
| -rwxr-xr-x | install.sh | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -30,13 +30,19 @@ And more in Wallpapers/ [Credit for F1 wallpapers](https://photos.google.com/share/AF1QipMSCLnAN3FpvqaMdcMQfXJU9tHow9PLA1bm4RaeQhzq6EpmLGDnmq1ht2dNqLwODg?pli=1&key=N0xtODRJMHl3cjNwRlVoa2dEanRxZm14TFpBTGpB) ## Installation -Adjust username and hostname in flake.nix according to your needs<br> +Adjust username, hostname and download destination in flake.nix according to your needs<br> then ``` chmod +x install.sh ./install.sh ``` +Then for any changes in nixos/ would require +``` +chmod +x nix.sh +./nix.sh +``` + ## Customization You can use this project outside of NixOS as well, just by ignoring the nixos directory.<br> But make sure you download all the dependencies that are used in nixos/desktop-environment.nix<br> @@ -109,6 +115,7 @@ IF YOU ARE NOT LEFT HANDED, change this in hypr/hyprland/input.conf\["input"\]\[ |PrintSrc|Take a fullscreen screenshot and save it in ~/Pictures/Screenshots| |Shift + PrintSrc|Take a partial screen screenshot and save it in ~/Pictures/Screenshots| |Win + PrintSrc|Take a partial screen screenshot and copy it to clipboard| +|Win + Shift + R|Start/Stop screen recording (without audio)| |Win + =|Zoom in/out| |Win + \[|Increase red shift (night light)| |Win + \]|Decrease red shift| @@ -148,3 +155,4 @@ Configure in nixos/apps.nix - Libreoffice - Dolphin - Firefox +- VLC @@ -3,6 +3,8 @@ echo "Inserting files..." sudo cp -r Wallpapers ~/Pictures +find . -type f -name "*.sh" -print -exec chmod +x {} \; + echo "Rebuilding..." sudo nixos-generate-config --show-hardware-config > hardware-configuration.nix sudo nixos-rebuild switch --flake .#main |
