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