mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: minor improvements (add vim, $FLAKE)
This commit is contained in:
parent
61137e106f
commit
95339bd6a7
3 changed files with 6 additions and 4 deletions
|
|
@ -30,6 +30,7 @@
|
|||
hyprpicker # color picker
|
||||
findutils
|
||||
units
|
||||
vim
|
||||
|
||||
# nix
|
||||
alejandra
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
{ self, lib, config, pkgs, ... }:
|
||||
{
|
||||
nix = {
|
||||
package = lib.mkDefault pkgs.nix;
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
stateVersion = lib.mkDefault "23.05";
|
||||
keyboard.layout = "us";
|
||||
sessionVariables = {
|
||||
FLAKE = "$HOME/.dotfiles";
|
||||
FLAKE = "${self}";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue