nix flake update and migrating nvim from nixCats to nix-wrapper-modules.
This commit is contained in:
parent
a0ba016d28
commit
41a858b7da
8 changed files with 94 additions and 53 deletions
|
|
@ -49,7 +49,6 @@ in {
|
|||
|
||||
# packages that should be on every system.
|
||||
environment.systemPackages = with pkgs; [
|
||||
inputs.nvim-config.packages.${pkgs.stdenv.hostPlatform.system}.nvim-minimal
|
||||
rsync
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
xterm
|
||||
];
|
||||
};
|
||||
nixpkgs.config.zathura.useMupdf = true;
|
||||
programs.dconf.enable = true;
|
||||
home-manager.users.${config.host.details.user} = {config, ...}: {
|
||||
gtk = {
|
||||
|
|
@ -34,7 +35,6 @@
|
|||
mpv
|
||||
zathura
|
||||
];
|
||||
nixpkgs.config.zathura.useMupdf = true;
|
||||
services.playerctld.enable = true;
|
||||
xsession.enable = true;
|
||||
xsession.windowManager.i3 = let
|
||||
|
|
@ -211,7 +211,7 @@
|
|||
# you can find window class names with xprop.
|
||||
criteria = [
|
||||
{class = "pwvucontrol";}
|
||||
{class = "helvum";}
|
||||
{class = "crosspipe";}
|
||||
];
|
||||
};
|
||||
startup = [
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
lib.mkIf (osConfig.host.details.gui.enable)
|
||||
[
|
||||
pwvucontrol
|
||||
helvum
|
||||
crosspipe
|
||||
]
|
||||
)
|
||||
[wiremix]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue