Add chromium
This commit is contained in:
parent
f3a9f5da42
commit
479cebb66a
5 changed files with 21 additions and 3 deletions
|
@ -19,14 +19,12 @@
|
|||
LC_TIME = "fr_FR.UTF-8";
|
||||
};
|
||||
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
git
|
||||
];
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
|
@ -41,7 +39,6 @@
|
|||
slack
|
||||
skypeforlinux
|
||||
discord
|
||||
google-chrome
|
||||
# thunderbird
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue