Want to contribute? Fork me on Codeberg.org!
My NixOS configuration using Flakes. https://nixos.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Elnu 4f9ca94dc4
Separate hosts for X220 and T430, generic VirtualBox host
2 years ago
hosts Separate hosts for X220 and T430, generic VirtualBox host 2 years ago
lock Replace i3lock with i3lock-color 2 years ago
polybar Add polybar system tray 2 years ago
rofi Make executables executable 2 years ago
.gitignore Ignore Vim swp files 2 years ago
README.md Update README 2 years ago
fcitx5.nix Remove redundant session variables 2 years ago
flake.lock flake.lock: Update 2 years ago
flake.nix Add multi-host configuration 2 years ago
git.nix Set Git config pull.rebase true 2 years ago
i3.nix Replace i3lock with i3lock-color 2 years ago
picom.nix Initial commit 2 years ago
ranger.nix Add ranger_devicons 2 years ago
roxynord.png Initial commit 2 years ago
terminal.nix Initial commit 2 years ago
vim.nix Add back EDITOR=vim, fixing ranger editor 2 years ago
wallpaper.nix Initial commit 2 years ago

README.md

Elnu's NixOS configuration

TODO

  • Make rofi power menu work by removing password requirement from shutdown, reboot, etc., which is normally done with visudo (see this Stack Overflow thread and Nix sudo option.
  • Package safe poweroff bash script required by rofi power menu
  • Theme GRUB
  • Find out how handling multiple hosts works so both desktop and ThinkPad configurations are buildable from flake
  • Load in vim configuration
  • Install and setup service for yubioath-desktop
  • Install Anthy IME for Japanese input
  • Fix issue where wireless connection dies after suspend, even after restarting NetworkManager
  • Fix screenshots
    • Fix adding screenshots to clipboard with xclip
      • Could be a system/user level issue? Try installing required packages without home manager
    • Get area selection screenshots working in i3 (currently only when manually run)
  • Fix/map media keys (already declared within i3.nix but are non-functional
  • Fix kitty bell disable not working
  • Fix Nordic GTK theme icons not working in nautilus
  • i3lock
    • Fix i3lock running restarting on i3 restart
    • Add i3lock-colors as an explicit dependency of lock instead of i3.nix
    • Add background resizing during system build step
      • Resizing ~/.background-image to 1366x768 on ThinkPad seems to delay display of image
      • Using imagemagick to write to ~/.background-image an appropriately-sized version of wallpaper
    • Customize ring colors
  • Fix background squishing for polybar (use nautilus?)
  • Add Gruvbox switching support