Compare commits
No commits in common. "cc287bea19fd556cb2a78baf9b1374539b49f3a5" and "f87f9995be1fcf73e39788b9307cdf60c3a2e5e6" have entirely different histories.
cc287bea19
...
f87f9995be
|
@ -1,6 +1,6 @@
|
||||||
# linuxware
|
# 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.
|
[NixOS] system configuration alongside [dotfiles] generated by [Home Manager] and [dotfiles] maintained by me.
|
||||||
|
|
||||||
## Navigation guide
|
## Navigation guide
|
||||||
|
|
|
@ -1,42 +0,0 @@
|
||||||
## Desktop
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### Window gaps
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### Window borders
|
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
## Programs
|
|
||||||
|
|
||||||
### Neovim
|
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
### Alacritty & Fish
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### Rofi
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### Waybar
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### Emacs
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## System
|
|
||||||
|
|
||||||
### SDDM background
|
|
||||||
|
|
||||||

|
|
Binary file not shown.
Before Width: | Height: | Size: 366 KiB |
|
@ -74,7 +74,7 @@
|
||||||
|
|
||||||
packages."${system}" = {
|
packages."${system}" = {
|
||||||
wb32dfu-udev-rules = pkgs.callPackage ./packages/wb32dfu-udev-rules { };
|
wb32dfu-udev-rules = pkgs.callPackage ./packages/wb32dfu-udev-rules { };
|
||||||
zenergy = ./packages/zenergy.nix;
|
zenergy = pkgs.callPackage ./packages/zenergy.nix { };
|
||||||
};
|
};
|
||||||
|
|
||||||
nixosModules = {
|
nixosModules = {
|
||||||
|
|
|
@ -6,5 +6,3 @@ This directory encompasses all modules/resources that are exported by this repos
|
||||||
- [neovim](./neovim)
|
- [neovim](./neovim)
|
||||||
- [emacs](./emacs)
|
- [emacs](./emacs)
|
||||||
- [template](./template)
|
- [template](./template)
|
||||||
|
|
||||||
> _Be sure to click the hyperlinks for the relevant documentation._
|
|
||||||
|
|
|
@ -39,6 +39,5 @@ The theme I'm using is [catppuccin](https://github.com/catppuccin) in case you'r
|
||||||
|
|
||||||
[neovim]: https://neovim.io/
|
[neovim]: https://neovim.io/
|
||||||
[Home Manager]: https://github.com/nix-community/home-manager
|
[Home Manager]: https://github.com/nix-community/home-manager
|
||||||
[nixos]: https://nixos.org
|
|
||||||
[nixd]: https://github.com/nix-community/nixd/
|
[nixd]: https://github.com/nix-community/nixd/
|
||||||
[ollama]: https://ollama.com/
|
[ollama]: https://ollama.com/
|
||||||
|
|
|
@ -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
|
[nixpkgs], so you shouldn't use this package _unless_ it is broken in your current
|
||||||
version of [nixpkgs].
|
version of [nixpkgs].
|
||||||
|
|
||||||
To use it you must add to `boot.extraModulePackages` the following expression: `<nixpkgs>.callPackage
|
|
||||||
<linuxware>.packages.x86_64-linux.zenergy { kernel = <kernel package here> }` substituting the tags with their
|
|
||||||
appopriate replacements.
|
|
||||||
|
|
||||||
## wb32dfu-udev-rules
|
## wb32dfu-udev-rules
|
||||||
|
|
||||||
This package installs the udev rules necessary to allow flashing QMK/Vial onto keyboards that use WB32-DFU bootloaders.
|
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.
|
[`services.udev.packages`](https://search.nixos.org/options?query=services.udev.packages) configuration.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -36,10 +36,6 @@ In this directory you will find the configuration for [NixOS] and [Home Manager]
|
||||||
|
|
||||||
#### Screenshots
|
#### Screenshots
|
||||||
|
|
||||||
Alacritty & Fish:
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
Waybar:
|
Waybar:
|
||||||
|
|
||||||

|

|
||||||
|
|
Loading…
Reference in a new issue