Compare commits
3 Commits
v0.1
...
5338912d19
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5338912d19 | ||
|
|
86201c23b0 | ||
|
|
e0011f16b6 |
@@ -101,8 +101,10 @@
|
||||
brave
|
||||
element-desktop
|
||||
jamesdsp
|
||||
keepassxc
|
||||
neofetch
|
||||
neovim
|
||||
nextcloud-client
|
||||
retroarchFull
|
||||
rustup
|
||||
spotify
|
||||
@@ -142,6 +144,14 @@
|
||||
# Now add the zsh shell to /etc/shells so others can set their shell
|
||||
environment.shells = with pkgs; [ zsh ];
|
||||
|
||||
# Enable tmux support and configure it to our usage
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
keyMode = "vi";
|
||||
shortcut = "s";
|
||||
clock24 = true;
|
||||
};
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
# started in user sessions.
|
||||
# programs.mtr.enable = true;
|
||||
@@ -152,6 +162,12 @@
|
||||
|
||||
# List services that you want to enable:
|
||||
|
||||
# Enable Vixie cron service
|
||||
services.cron.enable = true;
|
||||
services.cron.systemCronJobs = [
|
||||
"0 * * * * root timeshift --check --scripted"
|
||||
];
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
# services.openssh.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user