From fd8cd6d54741f46260684f9f576248e09704cbe0 Mon Sep 17 00:00:00 2001 From: foglar Date: Sat, 28 Dec 2024 21:24:00 +0100 Subject: [PATCH] readmes added --- kogami/README.md | 56 ++++++++++++++++++++++++++++++++++++++- kogami/home.nix | 5 ---- nixos/home/apps/README.md | 3 +++ 3 files changed, 58 insertions(+), 6 deletions(-) create mode 100644 nixos/home/apps/README.md diff --git a/kogami/README.md b/kogami/README.md index f69199e..dda9b9a 100644 --- a/kogami/README.md +++ b/kogami/README.md @@ -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. \ No newline at end of file + +| 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 | diff --git a/kogami/home.nix b/kogami/home.nix index 4d04440..2d5f922 100644 --- a/kogami/home.nix +++ b/kogami/home.nix @@ -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; diff --git a/nixos/home/apps/README.md b/nixos/home/apps/README.md new file mode 100644 index 0000000..d3ed764 --- /dev/null +++ b/nixos/home/apps/README.md @@ -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