summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authortom barrett <tom@tombarrett.xyz>2024-05-12 14:16:27 +0200
committertom barrett <tom@tombarrett.xyz>2024-05-12 14:28:15 +0200
commit63badd58cf19fe6f4b823fee53a4d6f6c2187e74 (patch)
tree33be976e8beabd43577a99738d2793eaba48302c /home.nix
parenta642918e5d9df38ee172d37aefe42f40bad80309 (diff)
screensaver
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix10
1 files changed, 3 insertions, 7 deletions
diff --git a/home.nix b/home.nix
index 6bbe0fb..4451d4d 100644
--- a/home.nix
+++ b/home.nix
@@ -19,8 +19,8 @@ in {
stateVersion = "23.11";
packages = with pkgs; [
acpi
- binutils
bemenu
+ binutils
feh
file
ghc
@@ -32,6 +32,7 @@ in {
tmux
tree
vim
+ xautolock
xmobar
];
sessionVariables =
@@ -147,6 +148,7 @@ in {
userEmail = "tom@tombarrett.xyz";
extraConfig = {
init.defaultBranch = "master";
+ pull.rebase = true;
};
};
gpg.enable = true;
@@ -167,12 +169,6 @@ in {
enableContribAndExtras = true;
};
services = {
- xscreensaver = {
- enable = true;
- settings = {
- mode = "blank";
- };
- };
gpg-agent = {
enable = true;
enableSshSupport = true;