separate xorg and i3

This commit is contained in:
Noah Masur
2022-04-28 21:56:21 -04:00
parent 2a225debe5
commit 2a5c896322
9 changed files with 110 additions and 92 deletions

View File

@ -1,5 +1,7 @@
{ pkgs, user, ... }: {
users.users.${user}.shell = pkgs.fish;
home-manager.users.${user} = {
programs.fish = {
enable = true;