update desktop to unstable

This commit is contained in:
sadan 2025-03-12 22:49:47 -04:00
parent 0127b58b58
commit dfc97d17ee
No known key found for this signature in database
9 changed files with 89 additions and 72 deletions

View file

@ -2,7 +2,7 @@
{
programs = {
ssh = {
askPassword = "${pkgs.ksshaskpass}/bin/ksshaskpass";
askPassword = "${pkgs.kdePackages.ksshaskpass}/bin/ksshaskpass";
};
gnupg = {
agent = {

View file

@ -41,10 +41,10 @@
base0F = "#F7768E";
};
fonts = {
emoji = {
package = pkgs.twemoji-color-font;
name = "Twitter Color Emoji";
};
# emoji = {
# package = pkgs.twemoji-color-font;
# name = "Twitter Color Emoji";
# };
sansSerif = {
package = stable.nerdfonts;
name = "ComicShannsMono Nerd Font Mono";

View file

@ -1,11 +1,10 @@
{pkgs, ...}: {
home = {
packages = with pkgs; [
filelight
ksshaskpass
kdePackages.filelight
kdePackages.ksshaskpass
xsel
libsForQt5.kinit
libsForQt5.kcolorchooser
kdePackages.kcolorchooser
gnome-calculator
];
};

View file

@ -1,11 +1,11 @@
{ pkgs, ... }:
{ pkgs, stable, ... }:
{
imports = [
./unstable.nix
];
home = {
packages = with pkgs; [
firefox-beta
pkgs.firefox-beta-bin
vlc
unstable.brave
];

View file

@ -39,7 +39,6 @@
../homeModules/web.nix
../homeModules/zsh.nix
];
# Home Manager needs a bit of information about you and the paths it should
# nixpkg.config.allowUnfree = true;
# manage.