Updates
This commit is contained in:
parent
845444f528
commit
86eab03d87
|
@ -1,6 +1,5 @@
|
|||
set $left 'Eizo Nanao Corporation EV2316W 87029015'
|
||||
set $left 'Eizo Nanao Corporation EV2316W 92008103'
|
||||
set $middle 'Samsung Electric Company SMBX2450L 0x00003231'
|
||||
set $right 'Eizo Nanao Corporation EV2316W 39117013'
|
||||
|
||||
output $left {
|
||||
scale 1
|
||||
|
@ -12,9 +11,3 @@ output $middle {
|
|||
scale 1
|
||||
pos 1080 600
|
||||
}
|
||||
|
||||
output $right {
|
||||
scale 1
|
||||
pos 3000 0
|
||||
transform 90
|
||||
}
|
||||
|
|
|
@ -10,6 +10,8 @@ in
|
|||
];
|
||||
|
||||
config = {
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
home-manager.users."${psCfg.user.name}".xdg.configFile = mkIf psCfg.sway.enable {
|
||||
"sway/config.d/10-screens.conf".source = ./.config/sway/config.d/screens.conf;
|
||||
"sway/config.d/10-custom-keybindings.conf".source = ./.config/sway/config.d/custom-keybindings.conf;
|
||||
|
|
|
@ -41,6 +41,8 @@
|
|||
"95.129.51.5"
|
||||
"95.129.54.43"
|
||||
"134.0.28.89"
|
||||
"134.0.27.108"
|
||||
"134.0.25.181"
|
||||
];
|
||||
|
||||
# Set this to the server IP and port.
|
||||
|
|
|
@ -19,15 +19,18 @@ in
|
|||
jetbrains.idea-community
|
||||
minicom
|
||||
openjdk11
|
||||
putty
|
||||
python39Full
|
||||
python39Packages.pyyaml
|
||||
remmina
|
||||
slack
|
||||
thunderbird
|
||||
vscode
|
||||
vscode-extensions.golang.go
|
||||
vscode-extensions.ms-python.python
|
||||
vscode-extensions.redhat.java
|
||||
wireshark
|
||||
teams
|
||||
];
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue