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