Compare commits

..

No commits in common. "3e522cebfd6a48f3741ce3cf0bdf673048b11eca" and "4eb2a0dd1bf96c38de9dc3b26ac9211fe96568ae" have entirely different histories.

6 changed files with 11 additions and 34 deletions

View file

@ -171,7 +171,12 @@ exec_always {
} }
# autostarts # autostarts
exec swaync exec mako --font "$font" \
--background-color "$white" \
--border-colo "$red" \
--text-color "$black" \
--default-timeout 1000 \
--padding 10
exec emacs --daemon exec emacs --daemon
exec swayidle before-sleep "$lock" exec swayidle before-sleep "$lock"
exec /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1 exec /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1

View file

@ -91,20 +91,8 @@ block = "battery"
device = "BAT1" device = "BAT1"
interval = 10 interval = 10
format = " $icon $percentage ($time) " format = " $icon $percentage ($time) "
full_format = " $icon $percentage "
[[block]] [[block]]
block = "time" block = "time"
interval = 60 interval = 60
format = " $timestamp.datetime(f:'%Y-%m-%d %H:%M') " format = " $timestamp.datetime(f:'%Y-%m-%d %H:%M') "
[[block]]
block = "notify"
driver = "swaync"
format = " $icon {($notification_count.eng(w:1)) |}"
[[block.click]]
button = "left"
action = "show"
[[block.click]]
button = "right"
action = "toggle_paused"

View file

@ -1,7 +1,6 @@
{ pkgs, options, ... }: { pkgs, options, ... }:
let let unstable = import <nixos-unstable> { };
unstable = import <nixos-unstable> { config.allowUnfree = true; };
in { in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
cryptsetup cryptsetup
@ -43,11 +42,5 @@ in {
enable = true; enable = true;
storageDriver = "zfs"; storageDriver = "zfs";
}; };
virtualisation.libvirtd = { virtualisation.libvirtd.enable = true;
enable = true;
qemu = {
swtpm.enable = true;
ovmf.enable = true;
};
};
} }

View file

@ -90,8 +90,6 @@ in {
alias ls="ls --color=auto" alias ls="ls --color=auto"
alias vim="nvim" alias vim="nvim"
alias k="kubectl" alias k="kubectl"
alias n="nix-shell -p"
alias nu="nix-shell -I nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos-unstable -p"
sink() { sink() {
VAULT_TOKEN=$(vault token lookup -format=json | jq -r .data.id) \ VAULT_TOKEN=$(vault token lookup -format=json | jq -r .data.id) \
@ -141,12 +139,7 @@ in {
services.fwupd.enable = true; services.fwupd.enable = true;
services.resolved.enable = true; services.resolved.enable = true;
services.lorri.enable = true; services.lorri.enable = true;
systemd.user.services.lorri.serviceConfig = {
ProtectSystem = pkgs.lib.mkForce "full";
ProtectHome = pkgs.lib.mkForce false;
};
security.wrappers.gvfsd-nfs = { security.wrappers.gvfsd-nfs = {
source = "${pkgs.gnome.gvfs}/libexec/gvfsd-nfs"; source = "${pkgs.gnome.gvfs}/libexec/gvfsd-nfs";

View file

@ -26,7 +26,6 @@ in
slurp slurp
swayidle swayidle
swaylock swaylock
swaynotificationcenter
swayr swayr
wf-recorder wf-recorder
wofi wofi
@ -171,9 +170,10 @@ in
pavucontrol pavucontrol
pcmanfm pcmanfm
qrencode qrencode
remmina
unstable.wezterm
uxplay uxplay
unstable.wezterm
unstable.prusa-slicer
unstable.super-slicer-latest
solaar solaar
gdk-pixbuf gdk-pixbuf

View file

@ -41,7 +41,6 @@ in {
172.20.0.2 alert.kind 172.20.0.2 alert.kind
#192.168.2.111 hass.home.f2o.io #192.168.2.111 hass.home.f2o.io
#192.168.2.111 sync.home.f2o.io
#127.0.0.1 auth-dev.thobits.com #127.0.0.1 auth-dev.thobits.com
127.0.0.1 database 127.0.0.1 database
@ -60,7 +59,6 @@ in {
anydesk anydesk
chromium chromium
nodejs nodejs
vscodium
drone-cli drone-cli
govc govc