diff options
-rw-r--r-- | nixos/kusanagi.nix | 1 | ||||
-rw-r--r-- | nixos/xfce.nix | 8 | ||||
-rw-r--r-- | qutebrowser/quickmarks | 1 |
3 files changed, 10 insertions, 0 deletions
diff --git a/nixos/kusanagi.nix b/nixos/kusanagi.nix index 1a4a662..d030e97 100644 --- a/nixos/kusanagi.nix +++ b/nixos/kusanagi.nix @@ -21,6 +21,7 @@ in (modulesPath + "/installer/scan/not-detected.nix") ./common.nix ./sway.nix + ./xfce.nix (import "${home-manager}/nixos") ]; diff --git a/nixos/xfce.nix b/nixos/xfce.nix new file mode 100644 index 0000000..e3bf99e --- /dev/null +++ b/nixos/xfce.nix @@ -0,0 +1,8 @@ +{ config, pkgs, ... }: { + services.xserver.enable = true; + services.xserver.desktopManager.xfce.enable = true; + + environment.systemPackages = with pkgs; [ + xorg.xinit + ]; +} diff --git a/qutebrowser/quickmarks b/qutebrowser/quickmarks index 210a3f6..e2fd529 100644 --- a/qutebrowser/quickmarks +++ b/qutebrowser/quickmarks @@ -12,3 +12,4 @@ jw https://www.weblio.jp/ jg https://www.goo.ne.jp/ jk https://kanji.jitenon.jp/ jj https://jitenon.jp/ +yt https://invidious.fdn.fr |