mirror of
https://github.com/librephoenix/nixos-config
synced 2025-12-01 15:14:01 +05:30
Some minor updates and fixes
This commit is contained in:
parent
44136d40b5
commit
870d360e8a
7 changed files with 19 additions and 128 deletions
|
|
@ -1,18 +0,0 @@
|
|||
{ config, lib, pkgs, inputs, ... }:
|
||||
|
||||
let
|
||||
cfg = config.systemSettings.virtualization.winapps;
|
||||
in {
|
||||
options = {
|
||||
systemSettings.virtualization.winapps = {
|
||||
enable = lib.mkEnableOption "Enable winapps";
|
||||
};
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.systemPackages = with inputs.winapps.packages."${pkgs.system}"; [
|
||||
winapps
|
||||
winapps-launcher
|
||||
] ++ [ pkgs.freerdp ];
|
||||
};
|
||||
}
|
||||
|
|
@ -5,8 +5,8 @@
|
|||
credits = "Forked from Fernando Marques (https://github.com/RakkiUwU) and Gabriel Fontes (https://github.com/Misterio77))";
|
||||
description = "Flagship theme of the LibrePhoenix Channel, named after a mythical metal";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://wallpapers.com/images/hd/alluring-sunset-anime-scenery-r2gmgtcp8h9iwo9u.webp";
|
||||
backgroundSha256 = "sha256-jOd9SznQTa8AoO6cZGy0LhN8lBadrRf60FvyCEs2tLo=";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/m3/wallhaven-m3m1yk.png";
|
||||
backgroundSha256 = "sha256-KbLZPbXCIHUNvL6qKb3iD17Gkk/l08+UKavs0JxgezU=";
|
||||
base00 = "#1a181a";
|
||||
base01 = "#262326";
|
||||
base02 = "#302c30";
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
pkgs-stable,
|
||||
...
|
||||
}:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue