non important commit
This commit is contained in:
parent
fe27c7e4dc
commit
2466369470
2 changed files with 6 additions and 4 deletions
|
|
@ -4,8 +4,8 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
nvf = {
|
awww = {
|
||||||
url = "github:notashelf/nvf";
|
url = "git+https://codeberg.org/LGFae/awww";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,13 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
inputs,
|
inputs,
|
||||||
|
system,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [inputs.niri-flake.homeModules.niri];
|
imports = [inputs.niri-flake.homeModules.niri];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
swaybg
|
inputs.awww.packages.${system}.awww
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -30,7 +31,8 @@
|
||||||
settings = {
|
settings = {
|
||||||
spawn-at-startup = [
|
spawn-at-startup = [
|
||||||
{command = ["waybar"];}
|
{command = ["waybar"];}
|
||||||
{command = ["swaybg" "-i" "${../../assets/gruvbox_wallpaper.png}"];}
|
{command = ["awww-daemon"];}
|
||||||
|
{command = ["awww" "img" "${../../assets/gruvbox_wallpaper.png}"];}
|
||||||
];
|
];
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue