mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
from nixvim to nvf
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> Former-commit-id: d966eafd50f111f94ffe368ce685bfeb5e32c2f6
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
{ pkgs, config, ... }: {
|
||||
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
# Mostly user-specific configuration
|
||||
./variables.nix
|
||||
|
||||
# Programs
|
||||
../../home/programs/kitty
|
||||
../../home/programs/nvim
|
||||
../../home/programs/nvf
|
||||
../../home/programs/shell
|
||||
../../home/programs/fetch
|
||||
../../home/programs/git
|
||||
@@ -61,6 +64,7 @@
|
||||
|
||||
# Dev
|
||||
go
|
||||
bun
|
||||
nodejs
|
||||
python3
|
||||
jq
|
||||
@@ -89,7 +93,7 @@
|
||||
];
|
||||
|
||||
# Import my profile picture, used by the hyprpanel dashboard
|
||||
file.".face.icon" = { source = ./profile_picture.png; };
|
||||
file.".face.icon" = {source = ./profile_picture.png;};
|
||||
|
||||
# Don't touch this
|
||||
stateVersion = "24.05";
|
||||
|
||||
Reference in New Issue
Block a user