1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

chore: upgrade to 19.09

This commit is contained in:
Kierán Meinhardt
2019-10-11 21:12:32 +02:00
parent 922b3cdabd
commit 36d51e5a60
10 changed files with 17 additions and 20 deletions

View File

@@ -35,7 +35,7 @@ in
<configs/mpv.nix>
<configs/nano.nix>
<configs/neovim.nix>
<configs/newsboat.nix>
# <configs/newsboat.nix> (broken)
<configs/nixpkgs-unstable.nix>
<configs/packages>
<configs/printing.nix>
@@ -141,6 +141,10 @@ in
}
{
time.timeZone = "Europe/Berlin";
location = {
latitude = 52.517;
longitude = 13.3872;
};
}
{
home-manager.users.me = {

View File

@@ -18,7 +18,7 @@ let
}}"
phase2="auth=PAP"
'';
only-hu-traffic = true;
only-hu-traffic = false;
in {
networking.wireless.networks = {
eduroam_5GHz.auth = eduroamAuth;

View File

@@ -29,14 +29,12 @@
environment.systemPackages = with pkgs; [
cabal2nix
stack2nix
cabal-install
hlint
# haskellPackages.brittany
(haskellPackages.ghcWithHoogle (import ./packages.nix))
] ++ map haskell.lib.justStaticExecutables [
haskellPackages.ghcid
haskellPackages.hakyll
# haskellPackages.hfmt
haskellPackages.hasktags
haskellPackages.hindent

View File

@@ -94,7 +94,6 @@ with haskellPackages; [
unix-time
unordered-containers
vector
vinyl
void
vty
warp

View File

@@ -1,10 +1,10 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
(texlive.combine {
inherit (pkgs.texlive) scheme-full texdoc latex2e-help-texinfo;
pkgFilter = pkg: pkg.tlType == "run" || pkg.tlType == "bin" || pkg.pname == "latex2e-help-texinfo";
})
# (texlive.combine {
# inherit (pkgs.texlive) scheme-full texdoc latex2e-help-texinfo;
# pkgFilter = pkg: pkg.tlType == "run" || pkg.tlType == "bin" || pkg.pname == "latex2e-help-texinfo";
# })
# haskellPackages.patat
(aspellWithDicts (dict: [dict.de dict.en dict.la dict.en-computers dict.ru]))
haskellPackages.pandoc-citeproc

View File

@@ -1,7 +1,3 @@
{
services.redshift = {
enable = true;
latitude = "52";
longitude = "13";
};
services.redshift.enable = true;
}

View File

@@ -27,7 +27,7 @@ with config.niveum; {
};
qt = {
enable = true;
useGtkTheme = true;
platformTheme = "gtk";
};
xsession.pointerCursor = theme.cursor // { size = 16; };
};