forked from natto1784/dotfiles
added host Marisa (haven't tested config yet)
This commit is contained in:
27
home/ottan.nix
Normal file
27
home/ottan.nix
Normal file
@@ -0,0 +1,27 @@
|
||||
{config, pkgs, lib, ...}:
|
||||
let
|
||||
home = config.home.homeDirectory;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./stuff/programs/nvim.nix
|
||||
./stuff/programs/emacs.nix
|
||||
];
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
pamixer
|
||||
customscripts
|
||||
curl
|
||||
];
|
||||
file = {
|
||||
dwm-autostart = {
|
||||
source = ./config/dwm/autostart.sh;
|
||||
target = "${home}/.dwm/autostart.sh";
|
||||
};
|
||||
dwm-status = {
|
||||
source = ./config/dwm/bruhstatus.sh;
|
||||
target = "${home}/.dwm/bruhstatus.sh";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user