Update common.nix
This commit is contained in:
parent
a4eccf91ca
commit
5b4a8aec35
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ environment.shellAliases = {
|
|||
};
|
||||
|
||||
# Add packages
|
||||
environment.systemPackages = [
|
||||
pkgs.git
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
gnomeExtensions.blur-my-shell
|
||||
gnomeExtensions.just-perfection
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue