Created options; Moved tailscale to network folder; Disabled networkmanager wait online; Added repl command; updated firefox interface; other smaller stuff
This commit is contained in:
parent
20891b3e14
commit
5de86bcfe3
37 changed files with 542 additions and 255 deletions
|
|
@ -1,4 +1,12 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
osConfig,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkIf;
|
||||
inherit (osConfig.niksos) desktop;
|
||||
in {
|
||||
imports = [
|
||||
./fuzzel.nix
|
||||
./hyprland
|
||||
|
|
@ -6,11 +14,11 @@
|
|||
./mako.nix
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
home.packages = mkIf desktop [
|
||||
pkgs.wl-clipboard
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
home.sessionVariables = mkIf desktop {
|
||||
QT_QPA_PLATFORM = "wayland";
|
||||
SDL_VIDEODRIVER = "wayland";
|
||||
XDG_SESSION_TYPE = "wayland";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue