update
This commit is contained in:
parent
2b2a1e0b10
commit
b48e0d9b97
@ -7,7 +7,6 @@
|
|||||||
imports = [
|
imports = [
|
||||||
inputs.home-manager.darwinModules.default
|
inputs.home-manager.darwinModules.default
|
||||||
../../modules/nix-darwin/system.nix
|
../../modules/nix-darwin/system.nix
|
||||||
#../../modules/nixos/postgres.nix
|
|
||||||
../../modules/nix-darwin/aerospace.nix
|
../../modules/nix-darwin/aerospace.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -41,21 +40,8 @@
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
man-pages
|
man-pages
|
||||||
man-pages-posix
|
man-pages-posix
|
||||||
(python3.withPackages (python-pkgs: with python-pkgs; [
|
|
||||||
websocket-client
|
|
||||||
websockets
|
|
||||||
]))
|
|
||||||
];
|
];
|
||||||
|
|
||||||
services = {
|
|
||||||
# skhd = {
|
|
||||||
# enable = true;
|
|
||||||
# skhdConfig = ''
|
|
||||||
# cmd - return : kitty
|
|
||||||
# '';
|
|
||||||
# };
|
|
||||||
};
|
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
extraSpecialArgs = {inherit inputs;};
|
extraSpecialArgs = {inherit inputs;};
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
|
@ -45,15 +45,9 @@
|
|||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
taskwarrior-tui
|
taskwarrior-tui
|
||||||
sbcl
|
|
||||||
hidden-bar
|
hidden-bar
|
||||||
weechat
|
|
||||||
android-tools
|
|
||||||
nchat
|
|
||||||
nethack
|
|
||||||
presenterm
|
presenterm
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
programs.git.enable = true;
|
|
||||||
}
|
}
|
||||||
|
@ -41,8 +41,12 @@
|
|||||||
extraConfig = {
|
extraConfig = {
|
||||||
ui = {
|
ui = {
|
||||||
sort = "-r arrival";
|
sort = "-r arrival";
|
||||||
|
threading-enabled = true;
|
||||||
|
fuzzy-complete = true;
|
||||||
};
|
};
|
||||||
general = {
|
general = {
|
||||||
|
default-save-path = "~/Downloads";
|
||||||
|
log-file = "~/.aerc.log";
|
||||||
unsafe-accounts-conf = true;
|
unsafe-accounts-conf = true;
|
||||||
};
|
};
|
||||||
compose = {
|
compose = {
|
||||||
@ -95,6 +99,7 @@
|
|||||||
mbsync = {
|
mbsync = {
|
||||||
enable = true;
|
enable = true;
|
||||||
create = "both";
|
create = "both";
|
||||||
|
expunge = "both";
|
||||||
};
|
};
|
||||||
imap = {
|
imap = {
|
||||||
host = "mail.michaelthomson.dev";
|
host = "mail.michaelthomson.dev";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user