Merge branch 'master' of ssh://git.joshuabell.xyz:3032/dotfiles
This commit is contained in:
commit
e4af68d945
30 changed files with 2351 additions and 928 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue