Refactor: Moved profiles/*/home to users/kat/... Reorganised

users/kat/...
This commit is contained in:
kat witch 2021-05-06 15:43:59 +01:00
parent 99da1a04e4
commit 82d22bf87b
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
82 changed files with 302 additions and 428 deletions

View file

@ -1,3 +0,0 @@
{ ... }:
{ }

View file

@ -1,7 +1,5 @@
{ config, lib, pkgs, ... }:
{
imports = [ ./nixos ../../users ];
config = { home-manager.users.kat = { imports = [ ./home.nix ]; }; };
imports = [ ./nixos ];
}

View file

@ -1,7 +1,9 @@
{ config, lib, pkgs, ... }:
{ config, users, lib, pkgs, ... }:
{
imports = [
users.kat.base
users.arc
./system.nix
./net.nix
./access.nix

View file

@ -5,27 +5,9 @@
smartmontools
hddtemp
lm_sensors
htop
cachix
borgbackup
ripgrep
git
nixfmt
wget
rsync
pv
pinentry-curses
kitty.terminfo
progress
bc
bat
zstd
file
whois
fd
exa
socat
tmux
gnupg
];
}