47 lines
2.3 KiB
Markdown
47 lines
2.3 KiB
Markdown
# ❄️ pagedMov's NixOS dots ❄️
|
|
|
|
Special thanks to Frost-Phoenix, this config started out as a fork of his dots and still uses a few of his scripts: [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)
|
|
|
|
<div style="text-align: center;">
|
|
<img src="./assets/screens/desktop.png" alt="Desktop" />
|
|
</div>
|
|
|
|
## Neat Features
|
|
* *chscheme* - This script will open a fuzzy finder window containing all of the colorschemes available in the base16-schemes package on nixpkgs. It contains a preview showing you what the colors will look like in your terminal. Selecting one will replace the color scheme variable declaration in flake.nix, and rebuilding will change the color scheme of the entire system.
|
|
|
|
<div style="text-align: center;">
|
|
<img src="./assets/screens/chscheme.png" alt="chscheme" />
|
|
</div>
|
|
|
|
---
|
|
|
|
* *keyring* - This script leverages pass and fzf, and will open a fuzzy finder window containing all of the paths in ~/.password-store. When a path is selected, it will copy that password to your clipboard for 45 seconds. This script is bound to Super + P in the hyprland config.
|
|
|
|
<div style="text-align: center;">
|
|
<img src="./assets/screens/keyring.png" alt="keyring" />
|
|
</div>
|
|
|
|
---
|
|
|
|
* *invoke* - Try out commands by temporarily downloading them from nixpkgs without binding them to your system configuration. Basically an alias for `nix run nixpkgs#{command} -- {args}`
|
|
|
|
<div style="text-align: center;">
|
|
<img src="./assets/screens/invoke.png" alt="invoke" />
|
|
</div>
|
|
|
|
* Terminal sound effects from earthbound :D
|
|
|
|
---
|
|
|
|
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.
|