bigger update that broke some things

This commit is contained in:
Rouven Seifert 2023-02-28 23:33:03 +01:00
parent 82a05531c3
commit 683d9145c9
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 28 additions and 29 deletions

View file

@ -1,9 +1,7 @@
{ config, pkgs, ... }:
{
imports = [
./hyprpaper.nix
./session.nix
./waybar.nix
./hyprpaper.nix ./session.nix ./waybar.nix
];
wayland.windowManager.hyprland.enable = true;
home.sessionVariables = {
@ -33,6 +31,7 @@
margin: 0px;
border: 1px solid #${config.colorScheme.colors.base0D};
background-color: #${config.colorScheme.colors.base00};
border-radius: 15px;
}
#input {
margin: 5px;

View file

@ -39,9 +39,9 @@
superTuxKart
# yubikey and password stuff
yubikey-manager
yubikey-manager-qt
yubioath-flutter
#yubikey-manager # broken atm
#yubikey-manager-qt
#yubioath-flutter
bitwarden
bitwarden-cli

View file

@ -1,7 +1,7 @@
{ config, ... }:
{
programs.qutebrowser = {
enable = true;
#enable = true; it's broken at the momant
searchEngines = {
DEFAULT = "https://duckduckgo.com/?q={}";
aw = "https://wiki.archlinux.org/?search={}";