1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41:08 +01:00

feat: big upgrade to 20.03

use emojis for i3status-rust
remove overlays
configure mail via home-manager
adapt to 20.03 config options
automatically symlink cloud directories into home
This commit is contained in:
Kierán Meinhardt
2020-04-22 17:42:45 +02:00
parent 49c3ab78d1
commit e21eb7887c
27 changed files with 212 additions and 375 deletions

View File

@@ -1,4 +1,7 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:
let
scripts = import <niveum/packages/scripts> { inherit pkgs lib; };
in
{
imports = [
./krebs.nix
@@ -8,10 +11,10 @@
{
environment.systemPackages =
let
nightly = pkgs.rustChannelOf {
date = "2019-12-27";
channel = "nightly";
};
# nightly = pkgs.rustChannelOf {
# date = "2019-12-27";
# channel = "nightly";
# };
in with pkgs; [
htmlTidy
nodePackages.csslint
@@ -25,7 +28,7 @@
tokei # count lines of code
gnumake
binutils # for strip, ld, ...
nightly.rust
# nightly.rust
shellcheck
];
}
@@ -36,7 +39,7 @@
aria2
firefox
# tor-browser-bundle-bin
qutebrowser
# qutebrowser
tdesktop
w3m
wget
@@ -113,7 +116,6 @@
scripts.notetags
scripts.mansplain
scripts.vg
scripts.emoji-menu
scripts.fkill
scripts.wttr
# kmein.slide