nomadics9 / NixOS-Flake

My NixOS Flake + dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NixOS-Flake

My NixOS Flake + dotfiles

NixOS with personal packages running on HyprlandWM + Waybar

ScreenShot

ScreenShot

ScreenShot

Added some more features in waybar ScreenShot

waybar hyprland

Usage:
First Install NixOS with any GUI you like to proceed from there
👣Gnome NixOS
🔗https://channels.nixos.org/nixos-23.05/latest-nixos-gnome-x86_64-linux.iso

INSTALLER:

  1. clone

    gh repo clone nomadics9/NixOS-Flake

  2. cd to cloned dir
  3. follow the installer

    sudo bash install.sh

MANUAL:

  1. clone

    gh repo clone nomadics9/NixOS-Flake

  2. cd to cloned dir
  3. overwrite your ./hardware-configuration.nix from /etc/nixos/hardware-configuration.nix

    sudo cp ~/etc/nixos/hardware-configuration.nix .

  4. change username to your user in flake.nix

    ScreenShot

  5. update and switch or boot the flake

    nix flake update

    • switch or boot

    sudo nixos-rebuild switch --flake .#YOURUSERNAME

  6. copy .config to ~/

    cp -r .config ~/

Extras: For GTK theming:
nwg-look is required. not in nix repo. Will upload my nwg-look built pkg here later.

NO NEED FOR NWG ANYMORE ALL THROUGH HOME MANAGER 🙋

for wallpapers to work place all wallpapers in ~/Desktop/wallpapers

todo: dotfiles in homemanager aswell
script to install

SUPER + F1 for all keybinds!

Enjoy~

About

My NixOS Flake + dotfiles


Languages

Language:Shell 48.9%Language:Nix 34.9%Language:Python 10.8%Language:CSS 3.5%Language:GLSL 1.9%