graphical-fullblown,t480s: cleanup packages

This commit is contained in:
steveej 2020-10-18 20:20:46 +02:00
parent 4ca173efd4
commit ceb12b6e92
2 changed files with 19 additions and 20 deletions

View file

@ -114,18 +114,19 @@ in {
bluejeans-gui bluejeans-gui
thunderbird thunderbird
gnome3.evolution # gnome4.glib_networking gnome3.evolution # gnome4.glib_networking
tdesktop # telegram
unstablepkgs.tdesktop
gnome3.cheese gnome3.cheese
# Virtualization # Virtualization
virtmanager virtmanager
(pkgs.lib.hiPrio qemu) # (pkgs.lib.hiPrio qemu)
# virtualbox # virtualbox
vagrant # vagrant
docker_compose # docker_compose
# unstablepkgs.kubernetes # unstablepkgs.kubernetes
unstablepkgs.minikube # unstablepkgs.minikube
unstablepkgs.openshift # unstablepkgs.openshift
# (unstablepkgs.minikube.overrideAttrs (oldAttrs: { # (unstablepkgs.minikube.overrideAttrs (oldAttrs: {
# patches = oldAttrs.patches ++ [ # patches = oldAttrs.patches ++ [
# (builtins.fetchurl { url ="https://patch-diff.githubusercontent.com/raw/kubernetes/minikube/pull/2517.diff"; }) # (builtins.fetchurl { url ="https://patch-diff.githubusercontent.com/raw/kubernetes/minikube/pull/2517.diff"; })
@ -142,10 +143,7 @@ in {
vlc vlc
audacity audacity
spotify spotify
smtube python38Packages.youtube-dl-light
python27Packages.youtube-dl-light
screenkey
quvi
libwebcam libwebcam
# Network Tools # Network Tools
@ -165,7 +163,7 @@ in {
wireshark wireshark
# Code Editors # Code Editors
unstablepkgs.atom # unstablepkgs.atom
xclip xclip
xsel xsel
unstablepkgs.vscode unstablepkgs.vscode
@ -208,17 +206,15 @@ in {
# Misc Development Tools # Misc Development Tools
qrcode qrcode
travis # travis
jq jq
prometheus # prometheus
cdrtools cdrtools
# Document Processing and Management # Document Processing and Management
zathura # zathura
mendeley mendeley
jabref # zotero
zotero
hugo
pandoc pandoc
# LaTeX # LaTeX
@ -267,7 +263,7 @@ in {
pcmanfm pcmanfm
hdparm hdparm
testdisk testdisk
python27Packages.binwalk python38Packages.binwalk
gptfdisk gptfdisk
gparted gparted
@ -279,7 +275,7 @@ in {
myPython myPython
# Code generators # Code generators
unstablepkgs.swagger-codegen # unstablepkgs.swagger-codegen
# Misc Desktop Tools # Misc Desktop Tools
# TODO: this may be required if brightness control isn't working # TODO: this may be required if brightness control isn't working
@ -312,6 +308,7 @@ in {
# kazam # doesn't start # kazam # doesn't start
# xvidcap # doesn't keep the recording rectangle # xvidcap # doesn't keep the recording rectangle
obs-studio obs-studio
screenkey
# shotcut # shotcut
# openshot-qt # openshot-qt
]); ]);

View file

@ -94,7 +94,9 @@ in {
Option "SuspendTime" "0" Option "SuspendTime" "0"
Option "OffTime" "0" Option "OffTime" "0"
''; '';
boot.kernelPackages = lib.mkForce pkgs.linuxPackages;
# the default profile uses linuxPackages_latest
# boot.kernelPackages = lib.mkForce pkgs.linuxPackages;
krb5 = { krb5 = {
enable = true; enable = true;