mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
hm standalone again
This commit is contained in:
parent
a2c480f5d9
commit
2b0f6849b6
7 changed files with 38 additions and 63 deletions
|
|
@ -3,13 +3,6 @@
|
|||
{
|
||||
isDefault = true;
|
||||
search.default = "Startpage";
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
ublock-origin
|
||||
darkreader
|
||||
keepassxc-browser
|
||||
multi-account-containers
|
||||
];
|
||||
|
||||
settings = {
|
||||
"extensions.activeThemeID" = "firefox-compact-dark@mozilla.org";
|
||||
|
||||
|
|
@ -17,7 +10,6 @@
|
|||
"media.peerconnection.enabled" = false;
|
||||
"browser.formfill.enable" = false;
|
||||
|
||||
"privacy.sanitize.sanitizeOnShutdown" = true;
|
||||
"toolkit.telemetry.enabled" = false;
|
||||
"toolkit.telemetry.archive.enabled" = false;
|
||||
"datareporting.healthreport.uploadEnabled" = false;
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{ pkgs, config, ... }:
|
||||
let
|
||||
inherit (config.lib.formats.rasi) mkLiteral;
|
||||
|
||||
in
|
||||
with lib;
|
||||
{ enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
location = "center";
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ in
|
|||
xwayland = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
|
||||
extraOptions = [
|
||||
"--unsupported-gpu"
|
||||
"--my-next-gpu-wont-be-nvidia"
|
||||
];
|
||||
# extraOptions = [
|
||||
# "--unsupported-gpu"
|
||||
# "--my-next-gpu-wont-be-nvidia"
|
||||
# ];
|
||||
|
||||
extraSessionCommands = ''
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
|
|
@ -20,14 +20,14 @@ in
|
|||
config = {
|
||||
output = {
|
||||
HDMI-A-1 = {
|
||||
resolution = "190x1080";
|
||||
resolution = "1920x1080";
|
||||
position = "1920,0";
|
||||
bg = "~/Pictures/wallpapers/mountains.jpg";
|
||||
};
|
||||
};
|
||||
modifier = "Mod1";
|
||||
menu = "\${pkgs.rofi-wayland}/bin/rofi -show drun -show-icons -drun-icon-theme Qogir -font 'Noto Sans 14'";
|
||||
terminal = "\${pkgs.alacritty}/bin/alacritty";
|
||||
menu = "rofi -show drun -show-icons -drun-icon-theme Qogir -font 'Noto Sans 14'";
|
||||
terminal = "alacritty";
|
||||
startup = [{ command = "exec { exec alacritty -e sh -c 'neofetch; exec $SHELL'"; always = true; }];
|
||||
|
||||
input = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue