Skip to content

jonvemo/nixos-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NixOS

Installation

  1. Install Git and enable flakes in configuration.nix
environment.systemPackages = with pkgs; [
    git
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
  1. Rebuild System
sudo nixos-rebuild switch
  1. Clone Repo
git clone https://github.com/jonvemo/nixos-config.git
  1. Copy the files except for hardware-configuration.nix to /etc/nixos/ and move the one created by NixOS to /host/USER/

  2. Modify the user or users and host in flake.nix, host/HOST/default.nix, host/HOST/configuration.nix, home/USER/default.nix and common/modules/home-manager/settings/gtk.nix

Note

Icons Theme and Cursor are not available at the time of installing this repository, you can changeit on .icons folder. Changing also, if you use other icons or cursor, in the settings/gtk/default.nix folder and in programs/hyprland/hyprland.nix

Preview

Note

Preview images may be outdated

APPs

  • OS: NixOS Unstable

  • WM: Hyprland

  • AppLauncher: Walker

  • FileManager: Nautilus

  • Terminal: Kitty

  • Shell: Fish

  • Editor: Helix and Zed

  • Volume: Myxer

  • ScreenRecorder: Kooha

  • Cloud: Cozy Drive

  • Browser: Microsoft Edge

  • Video: Celluloid

  • Music: Gapples

  • Image Viewer: Loupe

  • Notes: Sticky Notes

And more...