thinkpad-2024-04-29-17-17-40

This commit is contained in:
Alexander Szczepanski
2024-04-29 17:17:40 +02:00
parent dc7e1cd3e5
commit 3a87d53bdf
2 changed files with 9 additions and 8 deletions

3
commit.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
git commit --all --message `hostname`-`date "+%F-%H-%M-%S"`

View File

@ -8,15 +8,13 @@ in
[ [
<nixos-hardware/lenovo/thinkpad/x1-extreme> <nixos-hardware/lenovo/thinkpad/x1-extreme>
/etc/nixos/hardware-configuration.nix /etc/nixos/hardware-configuration.nix
../configs/gui.nix
../configs/docker.nix
../configs/libvirt.nix
../configs/common.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.nix
#../configs/user-gui.nix
#../configs/user-gui-applications.nix
#../configs/bspwm.nix
../configs/pantheon.nix
<home-manager/nixos> <home-manager/nixos>
]; ];
@ -176,5 +174,5 @@ in
powerManagement.powertop.enable = true; powerManagement.powertop.enable = true;
system.stateVersion = "23.05"; system.stateVersion = "23.11";
} }