diff --git a/config/base.nix b/config/base.nix index 940cb74..243c005 100644 --- a/config/base.nix +++ b/config/base.nix @@ -123,7 +123,7 @@ (st.overrideAttrs (oldAttrs: rec { src = builtins.fetchGit { url = "https://github.com/fwastring/st"; - rev = "9b95aafa2bcb3f4f991a5fc2c7cb939ce3f550b2"; + rev = "de286ce570c23e037a0e5fb7d84ac7226aef1259"; }; buildInputs = oldAttrs.buildInputs ++ [ xorg.libX11.dev xorg.libXft imlib2 xorg.libXinerama pkg-config]; })) diff --git a/config/programs.nix b/config/programs.nix index 5fd01c3..4709f93 100644 --- a/config/programs.nix +++ b/config/programs.nix @@ -31,5 +31,6 @@ imagemagick pandoc texliveFull + mpv ]; } diff --git a/config/system.nix b/config/system.nix index 2e3e8c0..625fd5e 100644 --- a/config/system.nix +++ b/config/system.nix @@ -11,6 +11,7 @@ environment.systemPackages = with pkgs; [ # System + libnotify xsel unzip zip diff --git a/flake.nix b/flake.nix index 2aa08f3..526d21e 100644 --- a/flake.nix +++ b/flake.nix @@ -76,7 +76,15 @@ inherit inputs outputs; myhostname = "jobb"; }; - modules = [ ./maskiner/jobb/configuration.nix ]; + modules = [ + ( + { nixpkgs, ... }: + { + nixpkgs.overlays = [ overlay-unstable ]; + } + ) + ./maskiner/jobb/configuration.nix + ]; }; work-desktop = nixpkgs.lib.nixosSystem { specialArgs = { diff --git a/shared/dunst.nix b/shared/dunst.nix index 08ade48..910ccfa 100644 --- a/shared/dunst.nix +++ b/shared/dunst.nix @@ -8,6 +8,7 @@ global = { width = 300; height = 300; + follow = "keyboard"; offset = "30x50"; origin = "top-right"; transparency = 5; diff --git a/shared/dwm.nix b/shared/dwm.nix index db296c4..7a5df3a 100644 --- a/shared/dwm.nix +++ b/shared/dwm.nix @@ -8,7 +8,7 @@ let dwm = pkgs.dwm.overrideAttrs (old: { src = builtins.fetchGit { url = "https://github.com/FredzyW/dwm-conf.git"; - rev = "e9d94d70c3865a1289c20382df21acc3a138ed88"; + rev = "eaf3279653491212fe9945d41938bfcaba990d64"; }; nativeBuildInputs = with pkgs; [ xorg.libX11.dev