switch laptop config

This commit is contained in:
ParkerTenBroeck 2026-05-23 23:30:27 -04:00
parent 079b1eb5d6
commit 3a429b7fe1
10 changed files with 118 additions and 14 deletions

11
modules/gui.nix Normal file
View file

@ -0,0 +1,11 @@
{ pkgs, ...}: {
home-manager.users.may.home.packages = with pkgs; [
firefox # browser
nautilus # gui file manager
alacritty # terminal
imv # image viewer
file-roller # archive manager
vscode # text editor
gnome-disk-utility
];
}