Cleanup README
This commit is contained in:
parent
aa7b7bd36e
commit
833063ac76
2
TODO.md
2
TODO.md
@ -27,6 +27,8 @@
|
|||||||
- [ ] NVIDIA options
|
- [ ] NVIDIA options
|
||||||
- [ ] fix plasma manager and extend gnome configuration
|
- [ ] fix plasma manager and extend gnome configuration
|
||||||
- [ ] nix-on-droid
|
- [ ] nix-on-droid
|
||||||
|
- [ ] ssh public key deployment
|
||||||
|
- [ ] consider moving userSettings from flake.nix to each profile
|
||||||
|
|
||||||
- [ ] update my home page and create new web
|
- [ ] update my home page and create new web
|
||||||
- [ ] fix kde theme in stylix
|
- [ ] fix kde theme in stylix
|
||||||
|
|||||||
@ -1,6 +1,11 @@
|
|||||||
# Ginoza System Profile
|
# 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
|
- 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
|
## Configuration
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
- This is my daily driver profile and template configuration for most people
|
- 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
|
## Configuration
|
||||||
|
|
||||||
- In [configuration.nix](./configuration.nix) you have system configuration settings.
|
- In [configuration.nix](./configuration.nix) you have system configuration settings.
|
||||||
|
|||||||
@ -67,7 +67,7 @@
|
|||||||
'')
|
'')
|
||||||
|
|
||||||
(writeShellScriptBin "background-switch-random" ''
|
(writeShellScriptBin "background-switch-random" ''
|
||||||
directory=$HOME/dotfiles/config/backgrounds/
|
directory=$HOME/Pictures/backgrounds/
|
||||||
monitor=$(hyprctl monitors | grep Monitor | awk '{print $2}')
|
monitor=$(hyprctl monitors | grep Monitor | awk '{print $2}')
|
||||||
|
|
||||||
if [ -d "$directory" ]; then
|
if [ -d "$directory" ]; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user