Rebuild files to add wayland as separate file in system/core
This commit is contained in:
+304
-304
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -729,7 +729,7 @@ This is top file of this level which contains just an import statement for all r
|
|||||||
** =generated/hyprland/decorations/top.nix=
|
** =generated/hyprland/decorations/top.nix=
|
||||||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||||||
#+BEGIN_SRC nix :tangle generated/hyprland/decorations/top.nix :noweb tangle :mkdirp yes :eval never-html
|
#+BEGIN_SRC nix :tangle generated/hyprland/decorations/top.nix :noweb tangle :mkdirp yes :eval never-html
|
||||||
{ config, pkgs, lib, user, inputs, ... }:
|
{ config, pkgs, lib, user, inputs, __flakeRoot,... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# No subfolders to import
|
# No subfolders to import
|
||||||
@@ -744,7 +744,7 @@ This is top file of this level which contains just an import statement for all r
|
|||||||
{ config, pkgs, lib, user, inputs, ... }:
|
{ config, pkgs, lib, user, inputs, ... }:
|
||||||
let
|
let
|
||||||
# Read the contents of the bindings.conf file
|
# Read the contents of the bindings.conf file
|
||||||
bindingsContent = builtins.readFile ./assets/hyprland/conf/bindings.conf;
|
bindingsContent = builtins.readFile (__flakeRoot + "/assets/hyprland/conf/bindings.conf");
|
||||||
# Create a configuration file from the bindings content
|
# Create a configuration file from the bindings content
|
||||||
configFile = pkgs.writeText "hyprland.conf" bindingsContent;
|
configFile = pkgs.writeText "hyprland.conf" bindingsContent;
|
||||||
in
|
in
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ config, pkgs, lib, user, inputs, ... }:
|
{ config, pkgs, lib, user, inputs, __flakeRoot,... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# No subfolders to import
|
# No subfolders to import
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{ config, pkgs, lib, user, inputs, ... }:
|
{ config, pkgs, lib, user, inputs, ... }:
|
||||||
let
|
let
|
||||||
# Read the contents of the bindings.conf file
|
# Read the contents of the bindings.conf file
|
||||||
bindingsContent = builtins.readFile ./assets/hyprland/conf/bindings.conf;
|
bindingsContent = builtins.readFile (__flakeRoot + "/assets/hyprland/conf/bindings.conf");
|
||||||
# Create a configuration file from the bindings content
|
# Create a configuration file from the bindings content
|
||||||
configFile = pkgs.writeText "hyprland.conf" bindingsContent;
|
configFile = pkgs.writeText "hyprland.conf" bindingsContent;
|
||||||
in
|
in
|
||||||
|
|||||||
Reference in New Issue
Block a user