Update README.md

This commit is contained in:
Aaron Honeycutt 2022-06-18 14:51:13 +00:00
parent 5edcc12af5
commit 0897390f7e

View file

@ -9,14 +9,14 @@ At the core of this installer it does the following:
- Installs Plasma (`plasma.nix`) - Installs Plasma (`plasma.nix`)
- Installs needed packages (`programs.nix`) - Installs needed packages (`programs.nix`)
Nix files: Nix files: (nix-configs/)
- `configuration.nix` : This is the main file for the base system including some applications that I use - `configuration.nix` : This is the main file for the base system including some applications that I use
- `plasma.nix` : This file is for the desktop, login manager and other KDE applications - `plasma.nix` : This file is for the desktop, login manager and other KDE applications
- `programs.nix` : This file adds applications like Slack, Discord and virt-manager including turning on the services - `programs.nix` : This file adds applications like Slack, Discord and virt-manager including turning on the services
- `unstable.nix` : This file has the applications that need to be from unstable to work like ProtonVPN software - `unstable.nix` : This file has the applications that need to be from unstable to work like ProtonVPN software
Plasma files: Plasma files: (configs)
- `configs/kwinrc` : This has my setting for the Super key (Meta in Plasma) behavior - `configs/kwinrc` : This has my setting for the Super key (Meta in Plasma) behavior
- `configs/kglobalshortcutsrc` : This has window control shortcuts like moving between Workspaces (Desktops in Plasma) - `configs/kglobalshortcutsrc` : This has window control shortcuts like moving between Workspaces (Desktops in Plasma)