shit be workin out
This commit is contained in:
parent
158160985b
commit
3456800499
7 changed files with 24 additions and 4 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
|
./neovim.nix
|
||||||
|
./other.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,7 @@
|
||||||
svelte.enable = false;
|
svelte.enable = false;
|
||||||
ts.enable = true;
|
ts.enable = true;
|
||||||
typst.enable = true;
|
typst.enable = true;
|
||||||
|
rust.enable = true;
|
||||||
};
|
};
|
||||||
lsp = {
|
lsp = {
|
||||||
formatOnSave = true;
|
formatOnSave = true;
|
||||||
|
|
@ -76,9 +77,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
dashboard.alpha.enable = true;
|
dashboard.alpha.enable = true;
|
||||||
filetree.nvimtree = {
|
filetree.nvimTree = {
|
||||||
enable = true; #TODO: Change mapping
|
enable = true; #TODO: Change mapping
|
||||||
openOnStartup = false;
|
openOnSetup = false;
|
||||||
mappings.toggle = "\\";
|
mappings.toggle = "\\";
|
||||||
};
|
};
|
||||||
git = {
|
git = {
|
||||||
6
home/programs/other.nix
Normal file
6
home/programs/other.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
home.packages = [
|
||||||
|
pkgs.spotify
|
||||||
|
pkgs.signal-desktop
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
@ -4,6 +4,6 @@
|
||||||
./starship.nix
|
./starship.nix
|
||||||
./yazi.nix
|
./yazi.nix
|
||||||
./zoxide.nix
|
./zoxide.nix
|
||||||
./neovim
|
./other.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
7
home/shell/other.nix
Normal file
7
home/shell/other.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
home.packages = [
|
||||||
|
pkgs.gh
|
||||||
|
pkgs.ripgrep
|
||||||
|
pkgs.ear2ctl # FIXME: only when bluetooth enabled
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
@ -1,8 +1,9 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./fuzzel.nix
|
./fuzzel.nix
|
||||||
./hyprlock.nix
|
|
||||||
./hyprland
|
./hyprland
|
||||||
|
./hyprlock.nix
|
||||||
|
./mako.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
|
|
|
||||||
3
home/wayland/mako.nix
Normal file
3
home/wayland/mako.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
services.mako.enable = true;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue