Updated unsable and added dev nixpkgs

This commit is contained in:
Andrea Ciceri 2022-04-18 12:51:46 +02:00
parent 09138e72d9
commit 77e2a86231
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
5 changed files with 46 additions and 38 deletions

View file

@ -1,9 +1,8 @@
{ pkgs, ... }:
{
# only purpose of this is to make vscode login to Github
services.gnome-keyring = {
enable = true;
};
services.gnome-keyring.enable = true;
programs.vscode = {
enable = true;
@ -32,6 +31,7 @@
};
home.packages = with pkgs; [
gnome.gnome-keyring
stylish-haskell
ghc
] ++ (if pkgs.system == "x86_64-linux" then [