aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2025-10-27 12:00:09 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2025-10-27 12:00:09 +0530
commit1e4b9e6503019da3a73a936b2dd1a4cc9bc8fdb8 (patch)
treeee75551fd688651c8b19b764e10fef4900c99647
parent4b7011aa4c2028d0a804dc19c550cb7a7985057f (diff)
readme updates + script permission fixes
-rw-r--r--README.md10
-rwxr-xr-xinstall.sh2
2 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index ea97ca2..4c73b91 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/install.sh b/install.sh
index a9f7bf1..06c930b 100755
--- a/install.sh
+++ b/install.sh
@@ -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