feat: enable firefox through home manager
This commit is contained in:
parent
6c60827420
commit
bdc039ab9a
1 changed files with 6 additions and 2 deletions
|
@ -13,6 +13,12 @@
|
|||
userName = "Infinidoge";
|
||||
};
|
||||
|
||||
programs = {
|
||||
firefox = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
home = {
|
||||
file = {
|
||||
qtile_config = {
|
||||
|
@ -26,8 +32,6 @@
|
|||
|
||||
hydrus
|
||||
|
||||
firefox
|
||||
|
||||
neofetch
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue