mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
{ inputs, ... }@flakeContext:
|
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{ inputs, ... }@flakeContext:
|
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
inputs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
{ inputs, ... }@flakeContext:
|
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
|||||||
@@ -38,10 +38,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
dataFile = {
|
dataFile = {
|
||||||
"PrismLauncher" = {
|
|
||||||
source = config.lib.file.mkOutOfStoreSymlink "${xlib.dirs.vetymae-drive}/Games/PrismLauncher";
|
|
||||||
target = "PrismLauncher";
|
|
||||||
};
|
|
||||||
"v2rayN" = {
|
"v2rayN" = {
|
||||||
source = config.lib.file.mkOutOfStoreSymlink "${xlib.dirs.user-storage}/v2rayN";
|
source = config.lib.file.mkOutOfStoreSymlink "${xlib.dirs.user-storage}/v2rayN";
|
||||||
target = "v2rayN";
|
target = "v2rayN";
|
||||||
|
|||||||
@@ -8,10 +8,11 @@ let
|
|||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
xlib,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
device = {
|
xlib.device = {
|
||||||
type = "primary";
|
type = "primary";
|
||||||
hostname = "atoridu";
|
hostname = "atoridu";
|
||||||
};
|
};
|
||||||
@@ -21,8 +22,8 @@ let
|
|||||||
./hardware/logitech.nix
|
./hardware/logitech.nix
|
||||||
self.nixosModules.default
|
self.nixosModules.default
|
||||||
|
|
||||||
# self.nixosModules.software.wine
|
# self.nixosModules.software.wine
|
||||||
# self.nixosModules.software.beets
|
# self.nixosModules.software.beets
|
||||||
#self.nixosModules.extra.self.fingerprint
|
#self.nixosModules.extra.self.fingerprint
|
||||||
# self.homeConfigurations.main.nixosModule
|
# self.homeConfigurations.main.nixosModule
|
||||||
# self.homeConfigurations.root.nixosModule
|
# self.homeConfigurations.root.nixosModule
|
||||||
|
|||||||
Reference in New Issue
Block a user