rav3ndust / nightshadeNix

My personal configuration file for my nixOS instances.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nightshadeNix

"Nightshade" configuration files and scripts for my nixOS instances.

Also includes custom config files for other programs and some other scripts that I'm developing as I continue to further my obsession with Nix.

This repo ultimately will recreate my "NightshadeNix" setup on every machine it's deployed to. It's mostly here, of course, for my use on my machines first and foremost, but I welcome anyone who has cool ideas to suggest them in an issue or pull request!

There are a few different environments I am building with the nightshadeNix configuration.

Here are the main ones I use every single day, and they are setup to be easy to switch between in the session manager.

nightshadeNix - Cinnamon

image

A traditional and beautiful workflow that you already know how to use.

Cinnamon has always been one of, if not my favorite, full desktop environment. It is beautiful, it is modern, it is feature-rich, and it gives you the power to make your desktop your own, while remaining simple and elegant.

Theme it up to your heart's content with tons of bells and whistles and further aesthetic goodies, or leave it as-is and get to work. However you choose to use it, Cinnamon is meant to adapt to you, not the other way around. Due to its traditional workflow, it also has a minimal amount to learn about - you already know how to use it.

nightshadeNix - GNOME

image

A beautiful, comfortable, modern environment for every user.

GNOME is quite extensible. It's simple on Nix-based systems, as well, since you can easily install extensions of your choice by including packages from the nixos.gnomeExtensions family in your configuration.nix file.

Conversely, you could also install them the nix-env way. For example, if you wanted the Burn My Windows extension, you'd execute this command:

nix-env -iA nixos.gnomeExtensions.burn-my-windows

nightshadeNix uses these GNOME extensions:

nightshadeNix - i3

image

An elegant, minimal tiling window manager for the power-user.

For those who would like a more minimal and automated environment for their computing, there is i3! It automatically tiles your windows for you, so you don't have to worry about window management - just handling your work!

It runs smooth and stable, and uses very little of your precious system resources. It looks sharp and it's packed with some of these features:

  • Custom status bar with clickable events and appindicator support, using polybar.
  • Screenshot handling using flameshot.
  • GUI networking with nm-applet.
  • Adjust your volume with volumeicon, regardless of your audio server.
  • Adjust your wallpaper easily with nitrogen.
  • Handle your display arrangement with arandr for multiple-display setups.
  • We use xscreensaver for screensaving and autolocking.
  • A stylized dunst for handling notifications.
  • Alacritty set as the default terminal.

About

My personal configuration file for my nixOS instances.

License:GNU General Public License v3.0


Languages

Language:Nix 91.0%Language:Shell 7.7%Language:Vim Script 1.3%