home-manager: added shell to common.nix

This commit is contained in:
Aly Raffauf 2024-03-24 14:57:26 -04:00
parent ada018e017
commit 565fa73f6b
2 changed files with 2 additions and 1 deletions

View file

@ -2,5 +2,5 @@
{ {
imports = imports =
[ ./common.nix ./common-gui.nix ./shell ./hypr ./waybar ./mako ./bemenu ]; [ ./common.nix ./common-gui.nix ./hypr ./waybar ./mako ./bemenu ];
} }

View file

@ -1,6 +1,7 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
imports = [ ./shell ];
home.username = "aly"; home.username = "aly";
home.homeDirectory = "/home/aly"; home.homeDirectory = "/home/aly";