basic tmux conf
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user