My personal NixOS configuration
Find a file
2023-05-17 15:04:58 +01:00
desktop Move home-manager config into separate directories 2023-05-16 09:13:59 +01:00
hardware Use plasma for main desktop 2023-05-14 18:10:39 +01:00
home Add md lock icon for starship read only 2023-05-17 14:25:39 +01:00
locales Move nix config up to top level of directory 2023-05-04 12:37:53 +01:00
server Setup admin pass properly, remove systemd logging for now 2023-05-16 17:33:42 +01:00
syncthing Add device ID for H0615, enable global discovery 2023-05-09 13:58:49 +01:00
systemd Initial add systemd timer to keep config repo up to date 2023-05-16 13:54:05 +01:00
templates Reduce packages needed in venv template 2023-05-17 15:04:58 +01:00
wallpaper Add some wallpaper images 2023-04-05 22:25:55 +01:00
.gitignore Move nvim related things to separate repo 2023-05-16 09:58:47 +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 Move home-manager config into separate directories 2023-05-16 09:13:59 +01:00
H0615.nix Add root user config for work machines 2023-05-17 08:41:16 +01:00
J0162.nix Add root user config for work machines 2023-05-17 08:41:16 +01:00
Makefile Move nvim related things to separate repo 2023-05-16 09:58:47 +01:00
README.md Move pkglist into separate, grouped package files 2023-02-25 20:15:51 +00:00
Vanguard.nix Temp disable nextcloud (broken), comment out hyprland config for now 2023-05-16 19:59:31 +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