local changes
This commit is contained in:
parent
1baad4b758
commit
f3c9d78d04
5 changed files with 42 additions and 32 deletions
|
@ -1,4 +1,4 @@
|
|||
_: {
|
||||
{pkgs, ...}: {
|
||||
# Custom dconf settings
|
||||
dconf.settings."org/gnome/desktop/input-sources" = {
|
||||
xkb-options = [ "caps:swapescape" ];
|
||||
|
@ -7,4 +7,9 @@ _: {
|
|||
programs.zsh.envExtra = ''
|
||||
source ~/.zshrc.secrets
|
||||
'';
|
||||
|
||||
home.packages = with pkgs; [
|
||||
libreoffice-fresh
|
||||
jetbrains.clion
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue