diff --git a/flake.nix b/flake.nix index d2c8eac..adf9980 100644 --- a/flake.nix +++ b/flake.nix @@ -28,8 +28,6 @@ inputs.nixpkgs.follows = "nixpkgs-unstable"; }; nixpkgs-working-xrdp.url = "github:NixOS/nixpkgs/b26c89e6aa1d7731d5e267656207f2e1c2f37f1d"; - #nixpkgs-working-jetbrains.url = "github:symphorien/nixpkgs/jdk_structured_attrs"; - #nixpkgs-working-jetbrains.url = "github:Janrupf/nixpkgs/master"; # cosmic testing #nixos-cosmic = { # url = "github:lilyinstarlight/nixos-cosmic"; diff --git a/modules/misc/cli-tools.nix b/modules/misc/cli-tools.nix index 11a6640..baada73 100644 --- a/modules/misc/cli-tools.nix +++ b/modules/misc/cli-tools.nix @@ -38,6 +38,13 @@ in { keybindings = true; }; + environment.etc."tmux.conf".text = '' + set -g mouse on + set -g allow-passthrough on + set -g set-clipboard on + set -g prefix C-space + ''; + environment.systemPackages = with pkgs; [ getTotalPowerUsed watchCurrentPowerUsed @@ -93,7 +100,7 @@ in { nix-tree # show nix derivations binwalk # show what's inside a binary iotop - inetutils + inetutils nettools ]; }; diff --git a/systems/amd-server/configuration.nix b/systems/amd-server/configuration.nix index b2040e4..0ca9670 100644 --- a/systems/amd-server/configuration.nix +++ b/systems/amd-server/configuration.nix @@ -92,11 +92,11 @@ defaultWindowManager = "xfce4-session"; enable = true; openFirewall = false; - extraConfDirCommands = '' - substituteInPlace $out/sesman.ini \ - --replace LogLevel=INFO LogLevel=DEBUG \ - --replace LogFile=/dev/null LogFile=/var/log/xrdp.log - ''; + #extraConfDirCommands = '' + # substituteInPlace $out/sesman.ini \ + # --replace LogLevel=INFO LogLevel=DEBUG \ + # --replace LogFile=/dev/null LogFile=/var/log/xrdp.log + #''; }; security.polkit.enable = true; security.polkit.extraConfig = ''