clean up formatting
This commit is contained in:
parent
092691c665
commit
8c0ecd90e8
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
# Snowfall Lib provides a customized `lib` instance with access to your flake's library
|
# Snowfall Lib provides a customized `lib` instance with access to your flake's library
|
||||||
# as well as the libraries available from your flake's inputs.
|
# as well as the libraries available from your flake's inputs.
|
||||||
@ -29,7 +28,8 @@ let
|
|||||||
inherit (lib.my-namespace) enabled;
|
inherit (lib.my-namespace) enabled;
|
||||||
|
|
||||||
imp = config.my-namespace.home.impermanence.enable;
|
imp = config.my-namespace.home.impermanence.enable;
|
||||||
in {
|
in
|
||||||
|
{
|
||||||
config = {
|
config = {
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
@ -43,7 +43,7 @@ in {
|
|||||||
unzip
|
unzip
|
||||||
zip
|
zip
|
||||||
];
|
];
|
||||||
sessionPath = ["$HOME/bin" "$HOME/.local/bin"];
|
sessionPath = [ "$HOME/bin" "$HOME/.local/bin" ];
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
# "df" = "duf -only local";
|
# "df" = "duf -only local";
|
||||||
# "du" = "dust -xd1 --skip-total";
|
# "du" = "dust -xd1 --skip-total";
|
||||||
@ -73,8 +73,6 @@ in {
|
|||||||
};
|
};
|
||||||
home-manager = enabled;
|
home-manager = enabled;
|
||||||
};
|
};
|
||||||
services = {
|
services = { };
|
||||||
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -32,14 +32,11 @@
|
|||||||
let
|
let
|
||||||
inherit (lib) mkIf;
|
inherit (lib) mkIf;
|
||||||
inherit (lib.my-namespace) enabled;
|
inherit (lib.my-namespace) enabled;
|
||||||
in {
|
in
|
||||||
|
{
|
||||||
config = {
|
config = {
|
||||||
boot = {
|
boot = { };
|
||||||
|
console = { };
|
||||||
};
|
|
||||||
console = {
|
|
||||||
|
|
||||||
};
|
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages =
|
systemPackages =
|
||||||
(with pkgs; [
|
(with pkgs; [
|
||||||
@ -49,7 +46,6 @@ in {
|
|||||||
bitwarden
|
bitwarden
|
||||||
bitwarden-cli
|
bitwarden-cli
|
||||||
cowsay
|
cowsay
|
||||||
|
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user