reorg pkgs
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./user.nix
|
./dev.nix
|
||||||
./system.nix
|
./system.nix
|
||||||
|
./utils.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,21 +1,22 @@
|
|||||||
{ pkgs, username, ... }:
|
{ pkgs, username, ... }:
|
||||||
{
|
{
|
||||||
hjem.users.${username}.packages = with pkgs; [
|
hjem.users.${username}.packages = with pkgs; [
|
||||||
btop
|
# general
|
||||||
clang
|
neovim
|
||||||
curl
|
|
||||||
git
|
git
|
||||||
|
|
||||||
|
# c++
|
||||||
|
clang
|
||||||
lld
|
lld
|
||||||
llvmPackages.bintools
|
llvmPackages.bintools
|
||||||
|
|
||||||
|
# lua
|
||||||
|
stylua
|
||||||
lua-language-server
|
lua-language-server
|
||||||
neofetch
|
|
||||||
neovim
|
# nix
|
||||||
nixd
|
nixd
|
||||||
nixfmt
|
nixfmt
|
||||||
statix
|
statix
|
||||||
tlrc
|
|
||||||
unzip
|
|
||||||
wget
|
|
||||||
wl-clipboard
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
{ pkgs, username, ... }:
|
||||||
|
{
|
||||||
|
hjem.users.${username}.packages = with pkgs; [
|
||||||
|
btop
|
||||||
|
curl
|
||||||
|
neofetch
|
||||||
|
tlrc
|
||||||
|
unzip
|
||||||
|
wget
|
||||||
|
wl-clipboard
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user