Variablize username in home, add more protections to Firefox/Librewolf's config
This commit is contained in:
parent
137a9ab6d9
commit
f4acc6c10d
4 changed files with 57 additions and 20 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, config, ... }:
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
|
@ -33,7 +33,7 @@
|
|||
SortOrder=descending
|
||||
|
||||
[Places]
|
||||
HiddenPlaces=menu://applications/, network:///, computer:///, /home/jimbo/Desktop
|
||||
HiddenPlaces=menu://applications/, network:///, computer:///, /home/${config.home.username}/Desktop
|
||||
|
||||
[System]
|
||||
Archiver=file-roller
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue