diff --git a/commit.sh b/commit.sh new file mode 100755 index 0000000..9aafb4a --- /dev/null +++ b/commit.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +git commit --all --message `hostname`-`date "+%F-%H-%M-%S"` \ No newline at end of file diff --git a/machine/thinkpad.nix b/machine/thinkpad.nix index 59f2b72..93ca284 100755 --- a/machine/thinkpad.nix +++ b/machine/thinkpad.nix @@ -8,15 +8,13 @@ in [ /etc/nixos/hardware-configuration.nix - ../configs/gui.nix - ../configs/docker.nix - ../configs/libvirt.nix ../configs/common.nix + ../configs/docker.nix + ../configs/gui.nix + ../configs/libvirt.nix + ../configs/plasma.nix + ../configs/user-gui.nix ../configs/user.nix - #../configs/user-gui.nix - #../configs/user-gui-applications.nix - #../configs/bspwm.nix - ../configs/pantheon.nix ]; @@ -176,5 +174,5 @@ in powerManagement.powertop.enable = true; - system.stateVersion = "23.05"; + system.stateVersion = "23.11"; }