Merge branch 'master' of ssh://git.joshuabell.xyz:3032/dotfiles

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-03-19 12:54:53 -05:00
commit e4af68d945
30 changed files with 2351 additions and 928 deletions

View file

@ -43,6 +43,7 @@
general = {
disableRemoteBuildsOnLio = true;
};
secrets.enable = true;
desktopEnvironment.gnome.enable = true;
programs = {
rustDev.enable = true;
@ -51,7 +52,6 @@
docker.enable = true;
};
users = {
# Users are all normal users and default password is password1
admins = [ "luser" ]; # First admin is also the primary user owning nix config
users = {
luser = {
@ -75,6 +75,7 @@
users = {
luser = {
imports = with common.homeManagerModules; [
kitty
tmux
atuin
direnv