upgrade to NixOS 19.09
This commit is contained in:
parent
899f6cfbc2
commit
89a015b86f
|
@ -13,7 +13,7 @@ let
|
||||||
thunderbird
|
thunderbird
|
||||||
calibre
|
calibre
|
||||||
dino
|
dino
|
||||||
unstable.zotero
|
zotero
|
||||||
keepassxc
|
keepassxc
|
||||||
ding
|
ding
|
||||||
aspell
|
aspell
|
||||||
|
@ -33,22 +33,11 @@ let
|
||||||
virtualbox
|
virtualbox
|
||||||
pdfpc
|
pdfpc
|
||||||
quaternion
|
quaternion
|
||||||
unstable.nheko
|
nheko
|
||||||
wire-desktop
|
wire-desktop
|
||||||
gpx-viewer
|
gpx-viewer
|
||||||
gpxsee
|
gpxsee
|
||||||
(corebird.overrideAttrs (oldAttrs: {src = fetchFromGitHub {
|
cawbird
|
||||||
owner = "IBBoard";
|
|
||||||
repo = "corebird";
|
|
||||||
rev = "bc758889a5ac304101001c36eafdb219a0acfda7";
|
|
||||||
sha256 = "1yiflxvswrybabqq5cd6x9i740560c23p58gvcn9b6riwhxzrlb9";
|
|
||||||
};}))
|
|
||||||
# (corebird.overrideAttrs (oldAttrs: {src = fetchFromGitHub {
|
|
||||||
# owner = "nextbird";
|
|
||||||
# repo = "nextbird";
|
|
||||||
# rev = "c5d1f4edc60634746a0c56d2430ec7933dd8c16e";
|
|
||||||
# sha256 = "0iwg6brwbbmapsh559my7zwhg91xb88w4kq3sqykc6cd3dvyr9xy";
|
|
||||||
# };}))
|
|
||||||
tootle
|
tootle
|
||||||
subsurface
|
subsurface
|
||||||
(pkgs.pidgin-with-plugins.override {
|
(pkgs.pidgin-with-plugins.override {
|
||||||
|
@ -56,11 +45,14 @@ let
|
||||||
|
|
||||||
# for Hibiscus banking software
|
# for Hibiscus banking software
|
||||||
jameica
|
jameica
|
||||||
|
#ToDo: which of these drivers is actually used?
|
||||||
|
geckodriver
|
||||||
|
chromedriver
|
||||||
];
|
];
|
||||||
|
|
||||||
graphicsApps = [
|
graphicsApps = [
|
||||||
inkscape
|
inkscape
|
||||||
unstable.darktable
|
darktable
|
||||||
hugin
|
hugin
|
||||||
luminanceHDR
|
luminanceHDR
|
||||||
exiftool
|
exiftool
|
||||||
|
@ -75,10 +67,10 @@ let
|
||||||
multimediaApps = [
|
multimediaApps = [
|
||||||
mpv
|
mpv
|
||||||
vlc
|
vlc
|
||||||
#amarok-kf5
|
#amarok
|
||||||
clementine
|
clementine
|
||||||
youtube-dl
|
youtube-dl
|
||||||
sonic-pi
|
#sonic-pi
|
||||||
musescore
|
musescore
|
||||||
audacity
|
audacity
|
||||||
avidemux
|
avidemux
|
||||||
|
@ -119,8 +111,9 @@ let
|
||||||
];
|
];
|
||||||
|
|
||||||
nixHelpers = [
|
nixHelpers = [
|
||||||
nox
|
|
||||||
lorri
|
lorri
|
||||||
|
nix-review
|
||||||
|
nixpkgs-fmt
|
||||||
];
|
];
|
||||||
|
|
||||||
kdeTools = with kdeApplications; [
|
kdeTools = with kdeApplications; [
|
||||||
|
@ -180,7 +173,7 @@ let
|
||||||
|
|
||||||
latexApps = [
|
latexApps = [
|
||||||
texmaker
|
texmaker
|
||||||
unstable.kile
|
kile
|
||||||
biber
|
biber
|
||||||
# customize texlive installation
|
# customize texlive installation
|
||||||
(texlive.combine {
|
(texlive.combine {
|
||||||
|
@ -236,7 +229,7 @@ let
|
||||||
];
|
];
|
||||||
|
|
||||||
games = [
|
games = [
|
||||||
unstable.superTuxKart
|
superTuxKart
|
||||||
hedgewars
|
hedgewars
|
||||||
steam-run-native
|
steam-run-native
|
||||||
];
|
];
|
||||||
|
|
|
@ -16,6 +16,8 @@ in {
|
||||||
url = "https://github.com/NixOS/nixos-hardware";
|
url = "https://github.com/NixOS/nixos-hardware";
|
||||||
rev = "a9033dcc5fc57b67bd30ec02a585c6054d14d67d";
|
rev = "a9033dcc5fc57b67bd30ec02a585c6054d14d67d";
|
||||||
} + "/lenovo/thinkpad/t440s")
|
} + "/lenovo/thinkpad/t440s")
|
||||||
|
# home manager integration
|
||||||
|
<home-manager/nixos>
|
||||||
];
|
];
|
||||||
|
|
||||||
# encrypted partitions
|
# encrypted partitions
|
||||||
|
@ -145,6 +147,7 @@ in {
|
||||||
extraGroups = [ "vboxusers" "wheel" "networkmanager" "scanner" "lp" "wireshark" "dialout" "cdrom" ];
|
extraGroups = [ "vboxusers" "wheel" "networkmanager" "scanner" "lp" "wireshark" "dialout" "cdrom" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
#home-manager.users.spiollinux = import "${users.users.spiollinux.home}/nixconfigs/home/home.nix" { pkgs, ...};
|
||||||
|
|
||||||
# wireshark noroot gropu
|
# wireshark noroot gropu
|
||||||
users.groups.wireshark.gid = 500;
|
users.groups.wireshark.gid = 500;
|
||||||
|
|
Loading…
Reference in a new issue