mako, email, encryption key
This commit is contained in:
parent
590a195c13
commit
04a6a50fbc
4 changed files with 11 additions and 16 deletions
|
|
@ -236,14 +236,8 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.fnott = {
|
services.mako = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# https://codeberg.org/dnkl/fnott/src/branch/master/fnott.ini
|
|
||||||
settings = {
|
|
||||||
main = {
|
|
||||||
selection-helper = "wofi --show dmenu";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.ncmpcpp = {
|
programs.ncmpcpp = {
|
||||||
|
|
@ -361,6 +355,5 @@
|
||||||
home.file.".icons/default".source = "${pkgs.vanilla-dmz}/share/icons/Vanilla-DMZ";
|
home.file.".icons/default".source = "${pkgs.vanilla-dmz}/share/icons/Vanilla-DMZ";
|
||||||
|
|
||||||
programs.librewolf.enable = true;
|
programs.librewolf.enable = true;
|
||||||
programs.firefox.enable = true;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -80,6 +80,7 @@
|
||||||
code = "codium";
|
code = "codium";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.gvfs.enable = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
foot
|
foot
|
||||||
tealdeer
|
tealdeer
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,11 @@
|
||||||
options = [ "subvol=@" "compress=zstd" "autodefrag" ];
|
options = [ "subvol=@" "compress=zstd" "autodefrag" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/570cc51f-bd5c-4bee-a18f-f6aabaf60881";
|
boot.initrd.luks.devices."cryptroot" = {
|
||||||
|
device = "/dev/disk/by-uuid/570cc51f-bd5c-4bee-a18f-f6aabaf60881";
|
||||||
|
keyFileSize = 4096;
|
||||||
|
keyFile = "/dev/sda";
|
||||||
|
};
|
||||||
|
|
||||||
fileSystems."/home" =
|
fileSystems."/home" =
|
||||||
{ device = "/dev/disk/by-uuid/48a07e82-1090-448c-a751-3a410afba0f7";
|
{ device = "/dev/disk/by-uuid/48a07e82-1090-448c-a751-3a410afba0f7";
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,12 @@
|
||||||
sbctl
|
sbctl
|
||||||
onedrive
|
onedrive
|
||||||
kubectl
|
kubectl
|
||||||
|
awscli2
|
||||||
docker-compose
|
docker-compose
|
||||||
gimp
|
gimp
|
||||||
libreoffice
|
libreoffice
|
||||||
ansible
|
ansible
|
||||||
|
thunderbird
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
|
|
@ -23,13 +25,6 @@
|
||||||
amend = "commit --amend --no-edit";
|
amend = "commit --amend --no-edit";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
accounts.email.accounts."tristan.beedell@cryoserver.com" = {
|
|
||||||
userName = "tristan.beedell@cryoserver.com";
|
|
||||||
realName = "Tristan Beedell";
|
|
||||||
address = "tristan.beedell@cryoserver.com";
|
|
||||||
primary = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
@ -48,4 +43,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.firefox.enable = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue