Commit
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{ lux, den, ... }:
|
||||
{
|
||||
lux,
|
||||
den,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
lux.workstation = den.lib.parametric {
|
||||
includes = with lux; [
|
||||
@@ -6,7 +11,9 @@
|
||||
|
||||
greeter
|
||||
niri
|
||||
vicinae
|
||||
xdg
|
||||
theme
|
||||
|
||||
# GUI Applications & Dev Tools
|
||||
bitwarden
|
||||
@@ -15,7 +22,8 @@
|
||||
noctalia
|
||||
pim
|
||||
mpv
|
||||
helium
|
||||
podman
|
||||
gemini
|
||||
];
|
||||
|
||||
homeManager =
|
||||
@@ -23,22 +31,43 @@
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
brave
|
||||
vivaldi
|
||||
localsend
|
||||
postman
|
||||
wl-clipboard
|
||||
spotify
|
||||
gemini-cli
|
||||
qbittorrent
|
||||
calcure
|
||||
planify
|
||||
(pkgs.writeShellApplication {
|
||||
name = "ns";
|
||||
runtimeInputs = [
|
||||
fzf
|
||||
nix-search-tv
|
||||
];
|
||||
text = builtins.readFile "${pkgs.nix-search-tv.src}/nixpkgs.sh";
|
||||
})
|
||||
];
|
||||
|
||||
programs.sioyek.enable = true;
|
||||
|
||||
programs.television = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
programs.nix-search-tv = {
|
||||
enable = true;
|
||||
enableTelevisionIntegration = true;
|
||||
};
|
||||
|
||||
programs.ripgrep.enable = true;
|
||||
programs.uv.enable = true;
|
||||
|
||||
home.pointerCursor = {
|
||||
name = "phinger-cursors-light";
|
||||
package = pkgs.phinger-cursors;
|
||||
size = 32;
|
||||
size = 24;
|
||||
gtk.enable = true;
|
||||
};
|
||||
|
||||
@@ -46,7 +75,7 @@
|
||||
home.sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
|
||||
BROWSER = "brave";
|
||||
BROWSER = "vivaldi";
|
||||
EDITOR = "nvim";
|
||||
VISUAL = "nvim";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user