Enable specific options for some programs.
This commit is contained in:
parent
eba1975de8
commit
4bfaa95ebf
1 changed files with 10 additions and 4 deletions
|
@ -12,18 +12,25 @@
|
||||||
|
|
||||||
# PACKAGES
|
# PACKAGES
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
librewolf
|
|
||||||
thunderbird
|
|
||||||
qbittorrent
|
qbittorrent
|
||||||
alejandra
|
alejandra
|
||||||
keepassxc
|
keepassxc
|
||||||
restic
|
restic
|
||||||
age
|
age
|
||||||
nh
|
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
nvd
|
nvd
|
||||||
|
thunderbird
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Install librewolf
|
||||||
|
programs.librewolf.enable = true;
|
||||||
|
|
||||||
|
# Install nh
|
||||||
|
programs.nh = {
|
||||||
|
enable = true;
|
||||||
|
flake = "/home/crony/Repos/nixos";
|
||||||
|
};
|
||||||
|
|
||||||
# Enable programs to get their themes
|
# Enable programs to get their themes
|
||||||
programs.foot.enable = true;
|
programs.foot.enable = true;
|
||||||
|
|
||||||
|
@ -243,7 +250,6 @@
|
||||||
# Default environmental variables
|
# Default environmental variables
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
FLAKE = "/home/crony/Repos/nixos";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue