Compare commits
4 Commits
07980aa0db
...
6946936158
Author | SHA1 | Date | |
---|---|---|---|
6946936158 | |||
e35562e6a4 | |||
e08c671a95 | |||
8dc19fd4ab |
@ -1,6 +1,6 @@
|
||||
[global]
|
||||
follow = mouse
|
||||
font = Fantasque Sans Mono 8
|
||||
font = Fantasque Sans Mono 20
|
||||
frame_width = 1
|
||||
always_run_script = true
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./nvidia.nix
|
||||
../x230t/special-ssh-magic.nix
|
||||
../../modules/ssh-phone-home.nix
|
||||
../../modules/hosts.nix
|
||||
../../modules/bootstrap.nix
|
||||
@ -44,6 +45,7 @@
|
||||
|
||||
dunst
|
||||
libnotify
|
||||
ffmpeg
|
||||
];
|
||||
|
||||
services.hardware.bolt.enable = true; # thunderbolt support
|
||||
@ -58,6 +60,8 @@
|
||||
};
|
||||
};
|
||||
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
|
||||
boot.loader = {
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
|
@ -180,7 +180,7 @@ case "$(hostname)" in
|
||||
;;
|
||||
esac
|
||||
dunst & disown
|
||||
dbus-launch kdeonnect-indicator & disown
|
||||
phone pair & disown
|
||||
;;
|
||||
esac
|
||||
|
||||
|
7
builds/utils/phone
Executable file
7
builds/utils/phone
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
"pair")
|
||||
dbus-launch kdeconnect-cli -d 96613dd9_3f79_4050_a4a1_c4dfe7fead92 --pair
|
||||
;;
|
||||
esac
|
Loading…
Reference in New Issue
Block a user