feat: refactor
This commit is contained in:
parent
a034aad6d5
commit
3fe2305fa7
7 changed files with 11 additions and 9 deletions
|
@ -9,8 +9,8 @@ lib.mkIf osConfig.programs.firefox.enable {
|
|||
enable = true;
|
||||
# Installed by nixpkgs module
|
||||
package = null;
|
||||
profiles.nico = {
|
||||
name = "Nico";
|
||||
profiles.ny = {
|
||||
name = "ny";
|
||||
isDefault = true;
|
||||
search = {
|
||||
default = "DuckDuckGo";
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
# 35 = Received
|
||||
"mailnews.default_sort_type" = 18;
|
||||
};
|
||||
profiles.nico = {
|
||||
profiles.ny = {
|
||||
isDefault = true;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -15,7 +15,7 @@ lib.mkIf config.programs.vscode.enable {
|
|||
];
|
||||
userSettings = {
|
||||
"update.mode" = "none";
|
||||
"idf.espIdfPath" = "/home/nico/esp/v5.2.2/esp-idf";
|
||||
"idf.espIdfPath" = "/home/ny/esp/v5.2.2/esp-idf";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
age.identityPaths = [ "/home/nico/.ssh/id_ed25519" ];
|
||||
age.identityPaths = [ "/home/ny/.ssh/id_ed25519" ];
|
||||
|
||||
programs = {
|
||||
dconf.enable = true;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
age.secrets.rustypaste = {
|
||||
file = ../secrets/rustypaste.age;
|
||||
owner = "nico";
|
||||
owner = "ny";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
# Enables wireplumber automatically
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
alsa = {
|
||||
enable = true;
|
||||
support32Bit = true;
|
||||
};
|
||||
pulse.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
] ++ extraModules;
|
||||
specialArgs = {
|
||||
inherit inputs self;
|
||||
username = "nico";
|
||||
username = "ny";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue