Switch to 22.11
This commit is contained in:
parent
10ac2a0536
commit
7ee4b47750
12 changed files with 25 additions and 30 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ in
|
|||
{
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.kitty;
|
||||
settings = {
|
||||
scrollback_lines = 10000;
|
||||
enable_audio_bell = false;
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@
|
|||
home.packages = with pkgs; [
|
||||
kubectl
|
||||
kubernetes-helm
|
||||
unstable.lens
|
||||
lens
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
|
|
@ -10,8 +10,7 @@
|
|||
pamixer
|
||||
playerctl
|
||||
terminator
|
||||
unstable.bsp-layout
|
||||
unstable.kitty
|
||||
bsp-layout
|
||||
update-background
|
||||
xorg.xbacklight
|
||||
clipedit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue