Skip to content

marco9446/nix-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nix-config

Configuration for nixOS

Create symbolic link

# Backup the original configuration
sudo mv /etc/nixos /etc/nixos.bak
sudo ln -s ~/nix-config /etc/nixos

# Deploy the flake.nix located at the default location (/etc/nixos)
sudo nixos-rebuild switch

Theme

The theme should be Monokay pro

Windows terminal

Add "tabColor": "#D17E55" in the NixOs profile
Add "tabColor": "#4176a2" in the PowerShell profile

{
  "name": "Monokai Pro",
  "black": "#403e41",
  "red": "#ff6188",
  "green": "#a9dc76",
  "yellow": "#ffd866",
  "blue": "#fc9867",
  "purple": "#ab9df2",
  "cyan": "#78dce8",
  "white": "#fcfcfa",
  "brightBlack": "#727072",
  "brightRed": "#ff6188",
  "brightGreen": "#a9dc76",
  "brightYellow": "#ffd866",
  "brightBlue": "#fc9867",
  "brightPurple": "#ab9df2",
  "brightCyan": "#78dce8",
  "brightWhite": "#fcfcfa",
  "background": "#403e41",
  "foreground": "#fcfcfa",
  "selectionBackground": "#fcfcfa",
  "cursorColor": "#fcfcfa"
}

About

Configuration for nixOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages