72 lines
3.3 KiB
Markdown
72 lines
3.3 KiB
Markdown
# ❄️ pagedMov's NixOS dots ❄️
|
|
|
|
Special thanks to Frost-Phoenix, this config started out as a fork of his dots. [Check out his
|
|
config here](https://github.com/Frost-Phoenix/nixos-config/tree/catppuccin)
|
|
|
|
Take whatever you like, just know that the hardware configurations in my hosts folder won't work on your machine : )
|
|
|
|
My dots are written 100% in Nix so if you bring your own hardware-configuration.nix, these should work on any machine out of the box.
|
|
|
|
If you are on NixOS and have flakes enabled, you can just clone the repo and run sudo nixos-rebuild switch --flake /path/to/this-repo (again, just make sure you don't use my hardware configuration on your machine)
|
|
|
|

|
|

|
|

|
|
|
|
## Programs
|
|
|
|
| Component | Program |
|
|
|----------------|---------------------------------------------------|
|
|
| Window manager | [Hyprland](https://github.com/hyprwm/Hyprland) |
|
|
| Status Bar | [Waybar](https://github.com/Alexays/Waybar) |
|
|
| Launcher | [Fuzzel](https://codeberg.org/dnkl/fuzzel) |
|
|
| Terminal | [Kitty](https://github.com/kovidgoyal/kitty) |
|
|
| Shell | [zsh](https://zsh.sourceforge.io/) |
|
|
| Text Editor | [Nixvim](https://github.com/nix-community/nixvim) |
|
|
| Image Viewer | [feh](https://github.com/derf/feh) |
|
|
|
|
```chpaper``` - opens a fzf window with filenames and previews of images in $FLAKEPATH/assets/wallpapers. Picking one replaces the existing wallpaper path in $FLAKEPATH/flake.nix with the one you chose.
|
|
|
|
```chscheme``` - opens the full list of base16 color schemes in a fzf window, with a preview to see how the colors look in your terminal. When selected, replaces the chosen colorscheme in $FLAKEPATH/flake.nix with the on you chose.
|
|
|
|
```keyring``` - opens a fzf window containing all of the paths in ~/.password-store. Selecting one will use pass to copy the corresponding password to your clipboard for up to 45 seconds.
|
|
|
|
```toolbelt``` - opens a fzf menu containing some utilities that are nice to have in arm's reach; btop, alsamixer, the chpaper and chscheme scripts, among others
|
|
|
|
```viconf``` - takes a partial path or filename as an argument. Attempts to find a corresponding .nix file or directory in $FLAKEPATH. If multiple matches are found, then it opens a fzf instance that allows you to choose one. Opens the file in neovim.
|
|
|
|
|
|
```rebuild``` == ```nh os switch```
|
|
|
|
```ga``` == ```git add```
|
|
|
|
```gcomm``` == ```git commit```
|
|
|
|
```gpull``` == ```git pull```
|
|
|
|
```gpush``` == ```git push```
|
|
|
|
```gt``` == ```gtrash```
|
|
|
|
```gtp``` == ```gtrash put```
|
|
|
|
```svc``` == ```sudo systemctl```
|
|
|
|
```svcu``` == ```systemctl --user```
|
|
|
|
```viflake``` == ```nvim flake.nix```
|
|
|
|
```pk``` == ```pkill -9 -f```
|
|
|
|
```psg``` == ```ps aux | grep -v grep | grep -i -e VSZ -e```
|
|
|
|
```sr``` == ```source ~/.zshrc```
|
|
|
|
|
|
---
|
|
|
|
Important note: Some aspects of the configuration are hard coded. these include
|
|
* Hyprland config: hardcoded display outputs
|
|
* Waybar config: hardcoded display outputs
|
|
* Git config: set up like userEmail = ${username}@gmail.com, userName = ${username}, so these will be substituted with whatever you put as the username in the flake.nix file.
|