added plymouth.nix

This commit is contained in:
2025-06-09 22:37:29 +03:00
parent 790d749ff8
commit e9a2c270c5
7 changed files with 50 additions and 6 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ pkgs, lib, ... }:
let
fromGitHub = ref: repo: pkgs.vimUtils.buildVimPlugin {
@@ -47,9 +47,11 @@ in
};
services.mpd-mpris.enable = true;
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"code"
"obsidian"
"yandex-music"
"steam"
"vscode"
];
home.packages = with pkgs; [
mc
+7 -1
View File
@@ -1,14 +1,20 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
ayugram-desktop
ungoogled-chromium
firefox
keepassxc
libreoffice-qt6-fresh
obsidian
obs-studio
onlyoffice-desktopeditors
remmina
prismlauncher
kdePackages.kcalc
obs-studio
nicotine-plus
qbittorrent
vscode-fhs
bottles
];
}