build: use flakes for config

This commit is contained in:
matt1432 2023-09-29 23:46:34 -04:00
commit 045287e682
21 changed files with 613 additions and 110 deletions
nixos/home

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
programs.bash = { # TODO: deal with root dotfiles
@ -29,8 +29,8 @@
"cdspell"
"dirspell"
"dotglob"
]
;
];
shellAliases = {
sudo = "sudo ";
frick = "sudo $(fc -ln -1)";