sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
nix: improve desktop responsiveness when updating the system
[julm/julm-nix.git]
/
home-manager
/
profiles
/
web.nix
1
{ pkgs, lib, ... }:
2
{
3
programs.firefox.enable = lib.mkDefault true;
4
home.packages = [
5
#pkgs.chromium
6
pkgs.liferea
7
];
8
}