Some changes
This commit is contained in:
parent
53a10e993b
commit
f5cec9b929
16 changed files with 134 additions and 46 deletions
|
@ -3,6 +3,5 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.command-not-found.dbPath = "/etc/programs.sqlite";
|
||||
environment.etc."programs.sqlite".source = inputs.programsdb.packages.${pkgs.system}.programs-sqlite;
|
||||
programs.command-not-found.dbPath = inputs.programsdb.packages.${pkgs.system}.programs-sqlite;
|
||||
}
|
||||
|
|
|
@ -6,10 +6,8 @@
|
|||
neofetch
|
||||
'';
|
||||
};
|
||||
|
||||
environment = {
|
||||
# systemPackages = with pkgs.fishPlugins; [
|
||||
# ];
|
||||
sessionVariables.fish_greeting = "";
|
||||
shells = [pkgs.fish];
|
||||
shellAliases = {
|
||||
# Utility
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
users.users.quadradical = {
|
||||
isNormalUser = true;
|
||||
description = "QuadRadical";
|
||||
extraGroups = ["networkmanager" "wheel" "libvirtd"];
|
||||
extraGroups = ["wheel"];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue