Format nix files with nix-fmt
This commit is contained in:
parent
25a48b5694
commit
53c956d53e
10 changed files with 149 additions and 163 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
{
|
||||
users.users.functionalhacker = {
|
||||
description = "Marko";
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
description = "Marko";
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,29 +1,29 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
|
||||
home = {
|
||||
username = "functionalhacker";
|
||||
homeDirectory = "/home/functionalhacker";
|
||||
stateVersion = "24.05";
|
||||
home = {
|
||||
username = "functionalhacker";
|
||||
homeDirectory = "/home/functionalhacker";
|
||||
stateVersion = "24.05";
|
||||
|
||||
file.".config/nvim".source =
|
||||
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/git/dotfiles/home/.config/nvim";
|
||||
file.".config/nvim".source =
|
||||
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/git/dotfiles/home/.config/nvim";
|
||||
|
||||
packages = with pkgs; [
|
||||
cargo
|
||||
fzf
|
||||
gcc
|
||||
nerdfonts
|
||||
nodejs
|
||||
pass
|
||||
tree-sitter
|
||||
yarn
|
||||
zsh
|
||||
];
|
||||
};
|
||||
packages = with pkgs; [
|
||||
cargo
|
||||
fzf
|
||||
gcc
|
||||
nerdfonts
|
||||
nodejs
|
||||
pass
|
||||
tree-sitter
|
||||
yarn
|
||||
zsh
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
{
|
||||
users.users.som = {
|
||||
description = "Som";
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "networkmanager" ];
|
||||
description = "Som";
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "networkmanager" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue