code style refactor
This commit is contained in:
parent
5631025ec1
commit
40bb2bfaaa
40 changed files with 73 additions and 86 deletions
|
@ -1,4 +1,5 @@
|
|||
{ inputs, ... }: {
|
||||
{ inputs, ... }:
|
||||
{
|
||||
imports = [ (import ./hyprland.nix) ]
|
||||
++ [ (import ./config.nix) ]
|
||||
++ [ (import ./variables.nix) ]
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{ inputs
|
||||
, pkgs
|
||||
, ...
|
||||
}: {
|
||||
{ inputs, pkgs, ...}:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
swww
|
||||
inputs.hypr-contrib.packages.${pkgs.system}.grimblast
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
home.sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue