mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 03:52:10 +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 = [
|
imports = [
|
||||||
# Mostly user-specific configuration
|
# Mostly user-specific configuration
|
||||||
./variables.nix
|
./variables.nix
|
||||||
|
|
||||||
# Programs
|
# Programs
|
||||||
../../home/programs/kitty
|
../../home/programs/kitty
|
||||||
../../home/programs/nvim
|
../../home/programs/nvf
|
||||||
../../home/programs/shell
|
../../home/programs/shell
|
||||||
../../home/programs/fetch
|
../../home/programs/fetch
|
||||||
../../home/programs/git
|
../../home/programs/git
|
||||||
@@ -61,6 +64,7 @@
|
|||||||
|
|
||||||
# Dev
|
# Dev
|
||||||
go
|
go
|
||||||
|
bun
|
||||||
nodejs
|
nodejs
|
||||||
python3
|
python3
|
||||||
jq
|
jq
|
||||||
@@ -89,7 +93,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
# Import my profile picture, used by the hyprpanel dashboard
|
# 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
|
# Don't touch this
|
||||||
stateVersion = "24.05";
|
stateVersion = "24.05";
|
||||||
|
|||||||
Reference in New Issue
Block a user