mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
bigger update that broke some things
This commit is contained in:
parent
82a05531c3
commit
683d9145c9
5 changed files with 28 additions and 29 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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={}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue