nixfmt fix
This commit is contained in:
@@ -1,22 +1,10 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
outputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
{ config, lib, pkgs, inputs, outputs, ... }: {
|
||||
home.stateVersion = "24.05";
|
||||
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
historyFile = "\${XDG_STATE_HOME}/bash/history";
|
||||
historyControl = [
|
||||
"erasedups"
|
||||
"ignorespace"
|
||||
"ignoredups"
|
||||
];
|
||||
historyControl = [ "erasedups" "ignorespace" "ignoredups" ];
|
||||
shellAliases = {
|
||||
cp = "cp -i";
|
||||
mv = "mv -i";
|
||||
@@ -63,9 +51,7 @@
|
||||
templates = "${config.xdg.dataHome}/Templates";
|
||||
videos = "${config.home.homeDirectory}/Videos";
|
||||
};
|
||||
configFile = {
|
||||
"wgetrc".source = ../dotfiles/wget/wgetrc;
|
||||
};
|
||||
configFile = { "wgetrc".source = ../dotfiles/wget/wgetrc; };
|
||||
};
|
||||
programs = {
|
||||
helix.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user