Skip to content

andre-brandao/nixos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My NixOS

Desktop

Desktop

Desktop

Desktop

Desktop

Basic Flake Comands

To rebuild home-manager, use the following command in the config directory:

home-manager switch --flake .#user

or the alias from anywhere:

sys-update

To rebuild the system, use the following command in the config directory:

sudo nixos-rebuild switch --flake .#system

or the alias from anywhere:

user-update

Available Desktop Enviroments

  • Hyprland (current)
  • GNOME
  • QTile (just a simple config, no stylix)

Stylix

A nix flake that aplies a BASE16 colorscheme across multiple apps and desktop enviroments

Check my stylix config at /user/style and /system/style or https://danth.github.io/stylix/index.html for all options

Check out the themes directory!!

File Strucure

profiles
|  personal
|  |  hardware-configurantion.nix # CHANGE THIS!!
system
|  app # System aplications
|  config # Common system configs
|  style # Stylix settings
|  desk-env # GNOME and hyprland
user
|  app  # User aplications
|  |  editor # nvim and helix
|  |  git
|  |  terminal # kitty and alacritty
|  shell # Shell config (tmux + zsh + cli tools)
|  lang # Programing languages
|  desk-env # IN PROGRESS
themes # Base16 colors
flake.nix

dotfiles that helped

Misterio77's nix-starter-configs

librephoenix's nixos-config

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published