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