Coder Social home page Coder Social logo

arana-jayavihan / lucifers_nix Goto Github PK

View Code? Open in Web Editor NEW
11.0 1.0 0.0 68.77 MB

Hyprland on NixOS - A Highly Customizable Flake โ„๏ธ๐Ÿƒ

Nix 87.15% JavaScript 0.87% TypeScript 10.29% CSS 1.70%
hyprland hyprland-rice hyprland-theme nixos nixos-dotfiles nixos-flake nixvim nixvim-config rofi rofi-config

lucifers_nix's Introduction

Lucifer's NIX Flake โ„๏ธ

Hello folks, Welcome to my flake repository for NixOS, I've been loving NixOS since the day I installed it on my system. So here is my current configuration, I'll be updating this pretty often with new features, bug fixes, and improvements. Enjoy ๐Ÿƒ

Screenshots

preview1 preview2 preview3 preview4 preview4 preview6

Installation โš™๏ธ

Install a fresh NixOS on target system (Recommended).

After installation, reboot to the fresh installation and open a terminal.

export NIX_CONFIG="experimental-features = nix-command flakes" 

Install Git and Nano (or any preferred editor)

nix-shell -p git nano

Clone the repository

git clone https://github.com/Arana-Jayavihan/Lucifers_NIX.git

Recreate the hardware.nix

cd Lucifers_NIX
rm hardware.nix
nixos-generate-config --show-hardware-config > hardware.nix

Clone the wallpaper repository

mkdir ~/Projects
cd ~/Projects
git clone https://github.com/Arana-Jayavihan/nix-wallpapers.git

Create user password

This flake have the user's password manually set in the system.nix file, to change the password run the following command and replace the "hashedPassword" in the systems.nix.

mkpasswd -m sha-512 "password"

Change configuration in options.nix accordingly

The options.nix file contains the options to configure the shell, system, and other configurations.

Flake Installation

After all optional configurations are done, install the flake by executing,

sudo nixos-rebuild switch --flake ~/Lucifers_NIX/

Installing packages

Pre-Installation

The system.nix file contains the packages to be installed as the system or user, you can add the packages of your preference in the system.nix file.

Post-Installation

After flake installation and rebooting, you can simply use "nixInstall" command to install packages

nixInstall user||system <package1> <package2>

Then reboot the system to enjoy ๐Ÿƒ

Credits ๐Ÿ’ซ

Huge appreciation for Tyler Kelley for building such an amazing flake. Learned a lot from your configuration.

credits

lucifers_nix's People

Contributors

arana-jayavihan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.