Skip to content
This repository was archived by the owner on Jan 4, 2023. It is now read-only.

Suya1671/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

the maybe good (NixOS) dotfiles

I think they are pretty good

VERY BAIE OLD, check out my commafiles now at https://github.com/Suyashtnt/commafiles

Install

  1. Grab and flash the latest NixOS ISO
  2. Boot up into it and format your drives
  3. Enter the following (steps taken from https://github.com/rxyhn/dotfiles/blob/28b6550c4b812ff0edaa0db14d22ea107d8fd9a0/.github/README.md) Replace GAMER-PC with the system you want (currently available: GAMER-PC)
# Switch to root user:
sudo su -

# Get into a Nix shell with Nix unstable and git
nix-shell -p git nixUnstable

# Clone my dotfiles
git clone https://github.com/Suyashtnt/dotfiles /mnt/etc/nixos

# Remove this file
rm /mnt/etc/nixos/systems/GAMER-PC/hardware-configuration.nix

# Generate a config and copy the hardware configuration, disregarding the generated configuration.nix
nixos-generate-config --root /mnt
cp /mnt/etc/nixos/hardware-configuration.nix /mnt/etc/nixos/systems/GAMER-PC/hardware-configuration.nix
rm /mnt/etc/nixos/configuration.nix

# Make sure you're in the configuration directory
cd /mnt/etc/nixos

# Install desktop config
nixos-install --flake '.#GAMER-PC'
  1. Once you are into Hyprland, reclone the dotfiles into ~/dotfiles

the repo MUST be cloned into ~/dotfiles. It relies that its cloned there.

Obligatory screenshots

untitled2.mp4

Older ones

Image of desktop Another one Firefox theme + github theme

Inspired by

  • @sioodmy The basis of my original hyprland config. Helped a lot with nvidia. Stole a bit of their config for getting hyprland to work + some of their catppuccin modules
  • @rxyhn Their rices got me into ricing. I also may or may not have stolen a few (like 6) of their modules

About

No description, website, or topics provided.

Resources

License

Stars

6 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors