1b771db0c8
switch over to a neovim configuration in lua, btrtile for dwl, remove unnecessary things, some browser addons, rofimoji, fix february flake
14 lines
154 B
Nix
14 lines
154 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./config.nix
|
|
./theme.nix
|
|
];
|
|
|
|
home.packages = [
|
|
pkgs.rofi-power-menu
|
|
pkgs.rofi
|
|
pkgs.rofimoji
|
|
];
|
|
}
|