Update README.md
This commit is contained in:
parent
1e90a75837
commit
1df10b2574
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# Welcome to my Nix flake!
|
# Welcome to my Nix flake!
|
||||||
|

|
||||||
This is my repo I use to store my flake for my NixOS and non-NixOS systems, it includes a home-manager configuration that (should) work both standalone and as a NixOS module, which manages an MPD server, swayfx (hyprland has godawful vram management and i will die on this hill), waybar, and some other stuff that I can't think of on the top of my head lmao
|
This is my repo I use to store my flake for my NixOS and non-NixOS systems, it includes a home-manager configuration that (should) work both standalone and as a NixOS module, which manages an MPD server, swayfx (hyprland has godawful vram management and i will die on this hill), waybar, and some other stuff that I can't think of on the top of my head lmao
|
||||||
|
|
||||||
## PLEASE NOTE ALL MY BINDINGS ARE MADE WITH THE [COLEMAK](https://colemak.org) KEYBOARD LAYOUT IN MIND AS I USE IT ON MY MACHINES
|
## PLEASE NOTE ALL MY BINDINGS ARE MADE WITH THE [COLEMAK](https://colemak.org) KEYBOARD LAYOUT IN MIND AS I USE IT ON MY MACHINES
|
||||||
|
|
@ -11,6 +11,7 @@ The home directory is where all the home-manager configuration goes and everythi
|
||||||
|
|
||||||
### /home/
|
### /home/
|
||||||
In here, there is a default.nix file which should work as a standalone home-manager config and is the entrypoint for it
|
In here, there is a default.nix file which should work as a standalone home-manager config and is the entrypoint for it
|
||||||
|
|
||||||
packages.nix - general packages not managed by home-manager but I want to be installed by it as it is graphical or a hm-configured thing uses it
|
packages.nix - general packages not managed by home-manager but I want to be installed by it as it is graphical or a hm-configured thing uses it
|
||||||
|
|
||||||
swayfx - This is where the swayfx-specific stuff goes as I cannot declaratively configure this due to the nature of home-manager
|
swayfx - This is where the swayfx-specific stuff goes as I cannot declaratively configure this due to the nature of home-manager
|
||||||
|
|
@ -24,6 +25,9 @@ This directory stores my waybar configuration. It is not configured in Nix as I
|
||||||
|
|
||||||
Please note that I have specifically used mkOutOfStoreSymlink to configure waybar's files so I do not need to rebuild for any change.
|
Please note that I have specifically used mkOutOfStoreSymlink to configure waybar's files so I do not need to rebuild for any change.
|
||||||
|
|
||||||
|
~~also im pretty proud of my waybar config~~
|
||||||
|

|
||||||
|
|
||||||
### /base/
|
### /base/
|
||||||
This directory has many different Nix files that I import based on what I want or don't want in my configuration.
|
This directory has many different Nix files that I import based on what I want or don't want in my configuration.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue