add image display and others
This commit is contained in:
parent
09a40fbd6b
commit
1548796a1d
2 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
networking.hostName = "foureighty";
|
networking.hostName = "foureighty";
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = pkgs.linuxPackages_hardened;
|
kernelPackages = pkgs.linuxPackages_latest_hardened;
|
||||||
extraModulePackages = with config.boot.kernelPackages; [ wireguard ];
|
extraModulePackages = with config.boot.kernelPackages; [ wireguard ];
|
||||||
|
|
||||||
initrd.kernelModules = [ "i915" ];
|
initrd.kernelModules = [ "i915" ];
|
||||||
|
|
|
@ -11,7 +11,8 @@
|
||||||
jetbrains.goland unstable.jetbrains.clion jetbrains.idea-ultimate unstable.android-studio
|
jetbrains.goland unstable.jetbrains.clion jetbrains.idea-ultimate unstable.android-studio
|
||||||
(wine.override { wineBuild = "wineWow"; }) winetricks
|
(wine.override { wineBuild = "wineWow"; }) winetricks
|
||||||
yubico-piv-tool yubikey-personalization yubikey-personalization-gui yubikey-manager-qt
|
yubico-piv-tool yubikey-personalization yubikey-personalization-gui yubikey-manager-qt
|
||||||
slack discord obs-studio gnome3.nautilus
|
slack discord obs-studio gnome3.nautilus gnome3.eog
|
||||||
|
hopper
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue