mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 14:09:51 -07:00
chore: switch to alejandra and format
This commit is contained in:
parent
9062a9d3ed
commit
26439134dd
29 changed files with 342 additions and 315 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
{pkgs, ...}: {
|
||||
home.file.".essentials" = {
|
||||
source = ./essentials;
|
||||
recursive = true;
|
||||
|
@ -15,7 +15,7 @@
|
|||
'';
|
||||
};
|
||||
|
||||
programs.fzf = { enable = true; };
|
||||
programs.fzf = {enable = true;};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
@ -57,7 +57,7 @@
|
|||
|
||||
programs.gh = {
|
||||
enable = true;
|
||||
extensions = [ pkgs.github-copilot-cli ];
|
||||
extensions = [pkgs.github-copilot-cli];
|
||||
};
|
||||
|
||||
programs.oh-my-posh = {
|
||||
|
@ -68,7 +68,6 @@
|
|||
useTheme = "gruvbox";
|
||||
};
|
||||
|
||||
|
||||
programs.direnv.enable = true;
|
||||
|
||||
programs.fish = {
|
||||
|
@ -79,8 +78,7 @@
|
|||
};
|
||||
functions = {
|
||||
update-nixos = {
|
||||
description =
|
||||
"Update the system flake and attempt to build and switch to the new configuration.";
|
||||
description = "Update the system flake and attempt to build and switch to the new configuration.";
|
||||
body = ''
|
||||
cd /etc/nixos
|
||||
nix flake update
|
||||
|
|
|
@ -1 +1 @@
|
|||
{ imports = [ ./core.nix ]; }
|
||||
{imports = [./core.nix];}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue