Cleanup README

This commit is contained in:
foglar 2024-12-28 21:40:32 +01:00
parent aa7b7bd36e
commit 833063ac76
4 changed files with 12 additions and 2 deletions

View File

@ -27,6 +27,8 @@
- [ ] NVIDIA options
- [ ] fix plasma manager and extend gnome configuration
- [ ] nix-on-droid
- [ ] ssh public key deployment
- [ ] consider moving userSettings from flake.nix to each profile
- [ ] update my home page and create new web
- [ ] fix kde theme in stylix

View File

@ -1,6 +1,11 @@
# Ginoza System Profile
- This is configuration profile for my old notebook that have only 32GB of space so it is pretty limited only to basic stuff
- It is usefull for experimenting, I am using it as a simple VM or testing lab
- I am only importing GNOME to this profile
> [!IMPORTANT]
> Don't forget that some configuration decisions should be set in [flake.nix](../flake.nix) file
## Configuration
@ -35,4 +40,4 @@
| ------------------ |
| Bash |
| Firefox |
| LibreOffice |
| LibreOffice |

View File

@ -2,6 +2,9 @@
- This is my daily driver profile and template configuration for most people
> [!IMPORTANT]
> Don't forget that some configuration decisions should be set in [flake.nix](../flake.nix) file
## Configuration
- In [configuration.nix](./configuration.nix) you have system configuration settings.

View File

@ -67,7 +67,7 @@
'')
(writeShellScriptBin "background-switch-random" ''
directory=$HOME/dotfiles/config/backgrounds/
directory=$HOME/Pictures/backgrounds/
monitor=$(hyprctl monitors | grep Monitor | awk '{print $2}')
if [ -d "$directory" ]; then