Add Firefox to home.nix
This commit is contained in:
parent
b64d0e9f28
commit
f9d5811b3d
1 changed files with 5 additions and 1 deletions
|
|
@ -83,6 +83,9 @@
|
|||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
# Firefox
|
||||
programs.firefox.enable = true;
|
||||
|
||||
# Environment variables (user-level)
|
||||
home.sessionVariables = {
|
||||
DBT_USER = "DNTH"; # TODO: remove this
|
||||
|
|
@ -116,7 +119,7 @@
|
|||
colors = let
|
||||
# Set this to true for light theme, false for dark theme
|
||||
# You can change this and run 'darwin-rebuild switch' to switch themes
|
||||
isLightTheme = true;
|
||||
isLightTheme = false;
|
||||
|
||||
# Catppuccin Latte (Light) colors
|
||||
lightColors = {
|
||||
|
|
@ -178,6 +181,7 @@
|
|||
fzf # fuzzy finder
|
||||
tree # list directory contents
|
||||
ffmpeg # video and audio processing
|
||||
lz4 # compression tool (needed for reading Firefox session files)
|
||||
cowsay # ascii art cows for fun
|
||||
lolcat # rainbow text for fun
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue