My personal NixOS configuration
Find a file
2023-05-09 13:47:45 +01:00
desktop Remove sddm from steam, add update fish abbreviation 2023-05-06 14:02:35 +01:00
hardware Move syncthing config into dedicated directory 2023-05-07 13:01:02 +01:00
home Add shortcut to start hardware specific Hyprland config 2023-05-07 06:27:04 +01:00
locales Move nix config up to top level of directory 2023-05-04 12:37:53 +01:00
scripts Fix paths for rofi scripts 2023-05-05 18:37:23 +01:00
server Update allowed ports and nameservers 2023-05-09 07:48:48 +01:00
syncthing Disable syncthing discovery by default 2023-05-09 07:48:19 +01:00
templates Add poetry to python venv template 2023-05-05 17:58:05 +01:00
wallpaper Add some wallpaper images 2023-04-05 22:25:55 +01:00
.gitignore Remove some old statements from gitignore 2023-05-05 13:31:11 +01:00
.pre-commit-config.yaml Re-enable pre-commit using stylua 2023-03-03 11:42:43 +00:00
.stylua.toml Add custom styling to wezterm tab bar, move stylua.toml to top level directory 2023-02-19 12:16:22 +00:00
common.nix Fix typo 2023-05-05 08:39:02 +01:00
H0615.nix Add extra nix shell abbreviations 2023-05-09 13:47:45 +01:00
J0162.nix Move home-manager bootstrapping into common importable file 2023-05-05 15:02:31 +01:00
Makefile Add nvim installer script 2023-05-05 15:17:02 +01:00
README.md Move pkglist into separate, grouped package files 2023-02-25 20:15:51 +00:00
Vanguard.nix Add extra nix shell abbreviations 2023-05-09 13:47:45 +01:00

Personal dotfiles

Collection of various settings, configurations and other miscellaneous tools.

Makefile handles linking config files and installing available extras. Arguments for make:

  • link
    • symlinks config files to $XDG_CONFIG_HOME
  • unlink
    • Undo make link
  • install
    • Downloads extras: ohmyz.sh, powerlevel10k, packer, TMUX plugin manager
  • uninstall
    • Undo make install
  • all
    • link and install in one operation

Configs

Binaries

Installing Arch Linux packages

Arch Linux package files stored under packages.

Each can be installed/updated using (replacing pkglist.txt with chosen file)

pacman -T - < pkglist.txt || sudo pacman --needed -S - < pkglist.txt