thinkpad-2024-04-29-17-17-40
This commit is contained in:
3
commit.sh
Executable file
3
commit.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
git commit --all --message `hostname`-`date "+%F-%H-%M-%S"`
|
@ -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";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user