diff --git a/README.md b/README.md index f3cd6a5..1dfabaa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # linuxware -This repository contains the configuration of my main Linux based system(s), currently this repository consists of a +This repository contains the configuration of my main Linux based system(s), currently this repository consist of a [NixOS] system configuration alongside [dotfiles] generated by [Home Manager] and [dotfiles] maintained by me. ## Navigation guide diff --git a/assets/README.md b/assets/README.md index bb897d8..e69de29 100644 --- a/assets/README.md +++ b/assets/README.md @@ -1,42 +0,0 @@ -## Desktop - -![image](./screenshots/full-system.png) - -### Window gaps - -![image](./screenshots/hyprland-gaps.png) - -### Window borders - -![image](./screenshots/hyprland-active.png) -![image](./screenshots/hyprland-inactive.png) - -## Programs - -### Neovim - -![image](./screenshots/neovim-dashboard.png) -![image](./screenshots/neovim-nix.png) -![image](./screenshots/neovim-rust.png) - -### Alacritty & Fish - -![image](./screenshots/alacritty-and-fish.png) - -### Rofi - -![image](./screenshots/rofi.png) - -### Waybar - -![image](./screenshots/waybar.png) - -### Emacs - -![image](./screenshots/doomemacs.png) - -## System - -### SDDM background - -![image](./sddm/Background.jpg) diff --git a/assets/screenshots/alacritty-and-fish.png b/assets/screenshots/alacritty-and-fish.png deleted file mode 100644 index 741c7ae..0000000 Binary files a/assets/screenshots/alacritty-and-fish.png and /dev/null differ diff --git a/flake.nix b/flake.nix index e7cbdf9..d60ceef 100644 --- a/flake.nix +++ b/flake.nix @@ -74,7 +74,7 @@ packages."${system}" = { wb32dfu-udev-rules = pkgs.callPackage ./packages/wb32dfu-udev-rules { }; - zenergy = ./packages/zenergy.nix; + zenergy = pkgs.callPackage ./packages/zenergy.nix { }; }; nixosModules = { diff --git a/modules/README.md b/modules/README.md index 63f1cb6..70ef9b1 100644 --- a/modules/README.md +++ b/modules/README.md @@ -6,5 +6,3 @@ This directory encompasses all modules/resources that are exported by this repos - [neovim](./neovim) - [emacs](./emacs) - [template](./template) - -> _Be sure to click the hyperlinks for the relevant documentation._ diff --git a/modules/neovim/README.md b/modules/neovim/README.md index 4f90c70..90c2cb3 100644 --- a/modules/neovim/README.md +++ b/modules/neovim/README.md @@ -39,6 +39,5 @@ The theme I'm using is [catppuccin](https://github.com/catppuccin) in case you'r [neovim]: https://neovim.io/ [Home Manager]: https://github.com/nix-community/home-manager -[nixos]: https://nixos.org [nixd]: https://github.com/nix-community/nixd/ [ollama]: https://ollama.com/ diff --git a/packages/README.md b/packages/README.md index 66edc50..1bfcb3e 100644 --- a/packages/README.md +++ b/packages/README.md @@ -4,15 +4,11 @@ This is a kernel driver that adds the ability for user to fetch power draw data [nixpkgs], so you shouldn't use this package _unless_ it is broken in your current version of [nixpkgs]. -To use it you must add to `boot.extraModulePackages` the following expression: `.callPackage -.packages.x86_64-linux.zenergy { kernel = }` substituting the tags with their -appopriate replacements. - ## wb32dfu-udev-rules This package installs the udev rules necessary to allow flashing QMK/Vial onto keyboards that use WB32-DFU bootloaders. -It is meant to be used in tandem with [NixOS] using the +It is also meant to be used in tandem with [NixOS] using the [`services.udev.packages`](https://search.nixos.org/options?query=services.udev.packages) configuration. diff --git a/shared/README.md b/shared/README.md index c0143fe..548a28c 100644 --- a/shared/README.md +++ b/shared/README.md @@ -36,10 +36,6 @@ In this directory you will find the configuration for [NixOS] and [Home Manager] #### Screenshots -Alacritty & Fish: - -![image](/assets/screenshots/alacritty-and-fish.png) - Waybar: ![image](/assets/screenshots/waybar.png)