readmes added

This commit is contained in:
foglar 2024-12-28 21:24:00 +01:00
parent 71de6e8add
commit fd8cd6d547
3 changed files with 58 additions and 6 deletions

View File

@ -1,6 +1,60 @@
# Kogami system profile
- This is my daily driver profile and template configuration for most people
## Configuration
- In [configuration.nix](./configuration.nix) you have system configuration settings.
- In [hardware-configuration.nix](./hardware-configuration.nix) is hardware configuration of the device you are installing this config, you should generate your own one with this command: `sudo nixos-generate-config --dir ~/.dotfiles/kogami`
- In [home.nix](./home.nix) you have user/home-manager configuration.
| System configuration features |
| ---------------------------------------------------------------- |
| Systemd Boot |
| [Hyprland](../nixos/system/settings/desktops.nix) |
| [SDDM Login Manager](../nixos/system/settings/loginManager.nix) |
| [NVIDIA PRIME Offload mode](../nixos/system/settings/nvidia.nix) |
| [Stylix](../nixos/system/settings/style.nix) |
| nix-ld |
| Basics |
| ------------------------------------------------- |
| [Audio](../nixos/system/settings/audio.nix) |
| [Fonts](../nixos/system/settings/fonts.nix) |
| [Network](../nixos/system/settings/network.nix) |
| [Bluetooth](../nixos/system/settings/network.nix) |
| [Printing](../nixos/system/settings/printing.nix) |
| System packages and options |
| ---------------------------------------------------------------- |
| [Podman](../nixos/system/packages/podman.nix) |
| [Steam](../nixos/system/packages/steam.nix) |
| [Proxychains](../nixos/system/packages/tor.nix) |
| [Tor](../nixos/system/packages/tor.nix) |
| [Virtual Manager](../nixos/system/packages/virtual-machines.nix) |
| [Yubikey](../nixos/system/packages/yubikey.nix) |
| [SSH client](../nixos/system/packages/ssh-client.nix) |
| KDE connect |
| Wireshark |
| Auto-CPUFreq |
## Home Manager
- In [home.nix](./home.nix) you have user/home-manager configuration.
- Also I am using custom application lists in [apps](../nixos/home/apps/)
| Home configuration |
| ------------------ |
| Zsh |
| Bash |
| Oh-My-Posh |
| Kitty |
| Tmux |
| Zoxide |
| VSCode |
| Git |
| Neovim |
| Firefox |
| Spotify |
| Bat |
| Btop |
| Fzf |

View File

@ -9,11 +9,6 @@
../nixos/home/desktop/desktops.nix
];
# Desktop management
desktop.hyprland.enable = true;
desktop.kde.enable = false;
desktop.gnome.enable = false;
# Shell management
sh.oh-my-posh.enable = true;

View File

@ -0,0 +1,3 @@
# Applications lists
- In here you can find various applications list that you can simply add to your config and enable them