Update common.nix
This commit is contained in:
parent
49ac223049
commit
39f0d3644e
1 changed files with 0 additions and 11 deletions
11
common.nix
11
common.nix
|
|
@ -23,18 +23,7 @@ environment.shellAliases = {
|
||||||
# Add packages
|
# Add packages
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
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’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.fred = {
|
users.users.fred = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue