diff --git a/TODO.md b/TODO.md index 905364e..ebc107f 100644 --- a/TODO.md +++ b/TODO.md @@ -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 diff --git a/ginoza/README.md b/ginoza/README.md index b38b211..f6490ba 100644 --- a/ginoza/README.md +++ b/ginoza/README.md @@ -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 | \ No newline at end of file +| LibreOffice | diff --git a/kogami/README.md b/kogami/README.md index dda9b9a..265e61a 100644 --- a/kogami/README.md +++ b/kogami/README.md @@ -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. diff --git a/nixos/home/desktop/hyprland/dependencies.nix b/nixos/home/desktop/hyprland/dependencies.nix index 29bbebe..467cb45 100644 --- a/nixos/home/desktop/hyprland/dependencies.nix +++ b/nixos/home/desktop/hyprland/dependencies.nix @@ -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