add openbox to testpc
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
perf
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
../../modules/misc/faster-boot-time.nix
|
||||
../../modules/misc/zram.nix
|
||||
#../../modules/hardware/ryzenmonitor.nix
|
||||
../../modules/package-collections/perf.nix
|
||||
../../modules/networkmanager.nix
|
||||
#./tailscale-client.nix
|
||||
];
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
../../modules/misc/faster-boot-time.nix
|
||||
../../modules/misc/zram.nix
|
||||
../../modules/networkmanager.nix
|
||||
../../modules/services/ssh.nix
|
||||
];
|
||||
|
||||
custom = {
|
||||
@@ -56,6 +57,7 @@
|
||||
|
||||
programs.firefox.enable = true;
|
||||
services.xserver.displayManager.lightdm.enable = true;
|
||||
services.xserver.windowManager.openbox.enable = true;
|
||||
|
||||
#services.logind.settings.Login = {
|
||||
# HandlePowerKey = "suspend";
|
||||
|
||||
Reference in New Issue
Block a user