mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Update default.nix
This commit is contained in:
@@ -37,11 +37,14 @@
|
|||||||
name = "Adwaita-dark";
|
name = "Adwaita-dark";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.git = {
|
programs = {
|
||||||
|
git = {
|
||||||
signing = {
|
signing = {
|
||||||
key = "29791D54E85BEE9E";
|
key = "29791D54E85BEE9E";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
swaylock.enable = true;
|
||||||
|
};
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
dconf
|
dconf
|
||||||
bemenu
|
bemenu
|
||||||
|
|||||||
Reference in New Issue
Block a user