Initial commit
This commit is contained in:
16
macbook/masse.nix
Normal file
16
macbook/masse.nix
Normal 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
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user