Switch to 22.11

This commit is contained in:
Filippo Berto 2022-12-01 11:52:40 +01:00
parent 10ac2a0536
commit 7ee4b47750
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
12 changed files with 25 additions and 30 deletions

View file

@ -5,7 +5,6 @@ in
home.packages = with pkgs; [ dunst rice.font.normal.package ];
services.dunst = {
enable = true;
# package = pkgs.unstable.dunst;
iconTheme = {
package = pkgs.qogir-icon-theme;
name = "Qogir-dark";

View file

@ -25,7 +25,6 @@ in
{
programs.kitty = {
enable = true;
package = pkgs.unstable.kitty;
settings = {
scrollback_lines = 10000;
enable_audio_bell = false;

View file

@ -2,6 +2,6 @@
home.packages = with pkgs; [
kubectl
kubernetes-helm
unstable.lens
lens
];
}

View file

@ -1,5 +1,5 @@
{ pkgs, ... }:
let onedriveCmd = "${pkgs.unstable.onedrive}/bin/onedrive --monitor";
let onedriveCmd = "${pkgs.onedrive}/bin/onedrive --monitor";
in {
systemd.user.services."onedrive" = {
Unit = {

View file

@ -11,7 +11,6 @@
enable = true;
location = "center";
font = "${pkgs.rice.font.monospace.name} ${toString pkgs.rice.font.monospace.size}";
# package = pkgs.unstable.rofi;
plugins = with pkgs.unstable;[
rofi-calc
];

View file

@ -10,8 +10,7 @@
pamixer
playerctl
terminator
unstable.bsp-layout
unstable.kitty
bsp-layout
update-background
xorg.xbacklight
clipedit