From 0d0780a517eba4535a56900eecf52150142cbacb Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 18 Oct 2024 12:49:32 +0200 Subject: old changes --- nixos/common.nix | 6 ++++++ nixos/kusanagi.nix | 1 + nixos/windowmaker.nix | 10 ++++++++++ qutebrowser/quickmarks | 4 ++-- 4 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 nixos/windowmaker.nix diff --git a/nixos/common.nix b/nixos/common.nix index 6b490be..76711cc 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -177,6 +177,12 @@ # ---- + nixpkgs.config.permittedInsecurePackages = [ + "olm-3.2.16" + "electron-27.3.11" + "python3.11-youtube-dl-2021.12.17" + ]; + environment.systemPackages = with pkgs; [ home-manager diff --git a/nixos/kusanagi.nix b/nixos/kusanagi.nix index d6970ea..d139d94 100644 --- a/nixos/kusanagi.nix +++ b/nixos/kusanagi.nix @@ -22,6 +22,7 @@ in ./common.nix ./sway.nix ./xfce.nix + ./windowmaker.nix (import "${home-manager}/nixos") ]; diff --git a/nixos/windowmaker.nix b/nixos/windowmaker.nix new file mode 100644 index 0000000..377d896 --- /dev/null +++ b/nixos/windowmaker.nix @@ -0,0 +1,10 @@ +{ config, pkgs, ... }: { + services.xserver.enable = true; + services.xserver.windowManager.windowmaker.enable = true; + + environment.systemPackages = with pkgs; [ + windowmaker.passthru.dockapps.wmsystemtray + windowmaker.passthru.dockapps.wmCalClock + windowmaker.passthru.dockapps.wmsm-app + ]; +} diff --git a/qutebrowser/quickmarks b/qutebrowser/quickmarks index e2fd529..1db688b 100644 --- a/qutebrowser/quickmarks +++ b/qutebrowser/quickmarks @@ -5,8 +5,8 @@ gi https://git.deuxfleurs.fr/lx gg https://git.deuxfleurs.fr/Deuxfleurs/garage hq https://garagehq.deuxfleurs.fr man https://guide.deuxfleurs.fr -nomad https://localhost:4646 -consul https://localhost:8500 +nomad http://localhost:4646 +consul http://localhost:8500 jd https://datagengo.adnab.me/ jw https://www.weblio.jp/ jg https://www.goo.ne.jp/ -- cgit v1.2.3