Compare commits
3 Commits
04733b74ab
...
0401a62c05
Author | SHA1 | Date | |
---|---|---|---|
0401a62c05
|
|||
2613918639
|
|||
c1f616112b
|
@@ -2,7 +2,8 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
./cargo.nix
|
||||
./clang.nix
|
||||
./nuxt.nix
|
||||
./rust.nix
|
||||
];
|
||||
}
|
||||
|
7
home-manager/dotfiles/nuxt.nix
Normal file
7
home-manager/dotfiles/nuxt.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.file.".nuxtrc".text = ''
|
||||
telemetry.enabled=false
|
||||
'';
|
||||
}
|
@@ -53,10 +53,12 @@
|
||||
sessionPath = [
|
||||
"$HOME/.cargo/bin"
|
||||
"$HOME/.local/bin"
|
||||
"$HOME/.local/share/pnpm"
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
SSH_AUTH_SOCK = "/home/noahk/.bitwarden-ssh-agent.sock";
|
||||
DRONE_SERVER = "https://drone.noahknegt.com";
|
||||
};
|
||||
|
||||
packages = with pkgs; [
|
||||
|
@@ -11,6 +11,7 @@
|
||||
|
||||
extraOptions = [
|
||||
"--group-directories-first"
|
||||
"-h"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
@@ -11,7 +11,6 @@
|
||||
append = true;
|
||||
};
|
||||
|
||||
|
||||
shellAliases = {
|
||||
ls = "eza";
|
||||
ll = "eza -lh";
|
||||
|
Reference in New Issue
Block a user