Update common.nix

This commit is contained in:
ediblerope 2025-12-03 16:07:44 +00:00 committed by GitHub
parent 49ac223049
commit 39f0d3644e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,18 +23,7 @@ environment.shellAliases = {
# Add packages
environment.systemPackages = with pkgs; [
git
gnomeExtensions.blur-my-shell
gnomeExtensions.just-perfection
gnomeExtensions.appindicator
gnomeExtensions.hot-edge
];
# GNOME + Keybinds
# Enable the X11 windowing system.
services.xserver.enable = true;
services.displayManager.gdm.enable = true;
services.desktopManager.gnome.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.fred = {