Compare commits
2 Commits
ed74e01691
...
cb97c289d5
| Author | SHA1 | Date | |
|---|---|---|---|
| cb97c289d5 | |||
| 2ca8c974ea |
@@ -67,6 +67,8 @@
|
||||
git diff -U0 *.nix
|
||||
echo "NixOS Rebuilding..."
|
||||
sudo nixos-rebuild switch --flake ./nixos#TrudePC &> ~/.nixos-rebuild.log || ( cat ~/.nixos-rebuild.log | grep --color error && false )
|
||||
echo "Activating home-manager..."
|
||||
~/.local/state/home-manager/gcroots/current-home/activate
|
||||
gen=$(nixos-rebuild list-generations | grep current)
|
||||
echo "Pushing changes..."
|
||||
git commit -am "$gen"
|
||||
@@ -224,7 +226,9 @@
|
||||
};
|
||||
"org/gnome/desktop/input-sources" = {
|
||||
show-all-sources = true;
|
||||
sources = [ (lib.hm.gvariant.mkTuple [ "xkb" "us+altgr-intl" ]) ];
|
||||
sources = [
|
||||
(lib.hm.gvariant.mkTuple [ "xkb" "us+altgr-intl" ])
|
||||
];
|
||||
xkb-options = [ "terminate:ctrl_alt_bksp" ];
|
||||
};
|
||||
"org/gnome/desktop/interface" = {
|
||||
|
||||
Reference in New Issue
Block a user