Skip to content

YvesStraten/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Just a repository with my configurations

To clone do

git clone https://github.com/ItsMindstorm/dotfiles

The hyprland dotfiles are from ChrisTitus which I modified for my own use. The zathura colorscheme is from Catpuccin. Meanwhile the polybar themes are from Polybar themes

I use nixos flakes to manage my system and home manager. To rebuild the system (NixOS) from scratch, you do:

sudo nixos-rebuild switch --extra-experimental-features "nix-command flakes" --flake <flake-location>#profile

To apply the home manager config, use,

home-manager switch --flake <flake-location>

Meanwhile on non-NixOS, clone the repository, install the nix package manager, then run:

nix run . --extra-experimental-features "nix-command flakes" -- switch --flake .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published