Initial commit

This commit is contained in:
2021-11-17 21:16:13 +02:00
commit d63f4174a8
3 changed files with 314 additions and 0 deletions

16
macbook/masse.nix Normal file
View File

@ -0,0 +1,16 @@
{ config, pkgs, ...}:
{
programs.command-not-found.enable = true;
home.keyboard.layout = "fi";
home.packages = with pkgs; [
pass
vifm
qutebrowser
kobodl
myEmacs
myVim
];
}