mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
fix stuff
This commit is contained in:
parent
13407dcdc8
commit
02ecacc8bd
4 changed files with 10 additions and 9 deletions
|
|
@ -1,9 +1,5 @@
|
|||
{ nvim-flake, self, ... }:
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{ pkgs, config, ... }:
|
||||
{
|
||||
local = {
|
||||
remoteBuild.isBuilder = true;
|
||||
|
|
|
|||
|
|
@ -8,7 +8,12 @@ in
|
|||
programs.spicetify = {
|
||||
enable = true;
|
||||
enabledExtensions = builtins.attrValues {
|
||||
inherit (spicePkgs.extensions) adblock hidePodcasts shuffle betterGenres;
|
||||
inherit (spicePkgs.extensions)
|
||||
adblock
|
||||
hidePodcasts
|
||||
shuffle
|
||||
betterGenres
|
||||
;
|
||||
};
|
||||
theme = spicePkgs.themes.dribbblish;
|
||||
colorScheme = "custom";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{self, ...}:
|
||||
{ self, ... }:
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
|
|
@ -182,7 +182,7 @@ in
|
|||
};
|
||||
systemd.tmpfiles.rules = [
|
||||
"L /etc/Xorg/active.conf - - - - /etc/Xorg/2_mon.conf"
|
||||
"L+ /var/lib/libvirt/qemu/Windows.xml - - - - ${./Windows.xml}"
|
||||
"L+ /var/lib/libvirt/qemu/Windows.xml - - - - ${self}/hosts/gerg-desktop/Windows.xml"
|
||||
];
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue