Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chiivo/nixos-dotfiles
A comfy rice loosely based on the "Bliss" keycap colorway by Minterly using some of the "Rainbow" color palette
https://github.com/chiivo/nixos-dotfiles
Last synced: 3 days ago
JSON representation
A comfy rice loosely based on the "Bliss" keycap colorway by Minterly using some of the "Rainbow" color palette
- Host: GitHub
- URL: https://github.com/chiivo/nixos-dotfiles
- Owner: chiivo
- Created: 2021-05-20T22:29:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T15:07:20.000Z (about 1 year ago)
- Last Synced: 2024-08-02T07:01:57.878Z (3 months ago)
- Language: Lua
- Homepage:
- Size: 145 MB
- Stars: 28
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: 🌸 Bliss 🌸
[[screenshot.png]]
* Software
- Distro: nixos
- Display Manager: lightdm
- Greeter: lightdm-mini-greeter
- Window Manager: awesome
- Image Viewer: nsxiv
- Compositer: picom
- App Launcher: rofi
- Theme Manager: lxappearance
- Icon Theme: papirus
- Widget Theme: orchis
- Mouse Cursor Icons: phinger
- Terminal: alacritty
- Text Editors: emacs, neovim
- Browser: firefox
- File Managers: thunar, joshuto
- Video Player: mpv
- Terminal Stuff: nitch, cbonsai, shell-color-scripts* Reminders
- Out of sync kernel and driver updates can cause system to break
- To make executable bash file:
#+begin_src bash
chmod +x /script/path
#+end_src
- Change ownership:
#+begin_src bash
chown (username) /file/path
#+end_src
- To extract zip into folder with same name:
#+begin_src bash
7z x *.zip -o\*
#+end_src* TODO
- add `x-gvfs-show` to partition option in `/etc/fstab` to have it appear in thunar through `configuration.nix`
- Change grub timeout through `configuration.nix`