Updated unsable
and added dev nixpkgs
This commit is contained in:
parent
09138e72d9
commit
77e2a86231
5 changed files with 46 additions and 38 deletions
|
@ -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 [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue