nixy/home_packages: add swaysw
This commit is contained in:
parent
a0ba9ec680
commit
d8e200de3a
21
flake.lock
generated
21
flake.lock
generated
@ -215,6 +215,7 @@
|
|||||||
"peerix": "peerix",
|
"peerix": "peerix",
|
||||||
"simple-nixos-mailserver": "simple-nixos-mailserver",
|
"simple-nixos-mailserver": "simple-nixos-mailserver",
|
||||||
"sops-nix": "sops-nix",
|
"sops-nix": "sops-nix",
|
||||||
|
"swaysw": "swaysw",
|
||||||
"zremap": "zremap"
|
"zremap": "zremap"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -264,6 +265,26 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"swaysw": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": [
|
||||||
|
"nixpkgs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1698350641,
|
||||||
|
"narHash": "sha256-Eh0tgCg7sMIp3Q0q8WH+lI03Ilw8ljyzDc74k16GiVQ=",
|
||||||
|
"ref": "refs/heads/master",
|
||||||
|
"rev": "ced545f644d2be67877b3b7a5798b11722a95cfd",
|
||||||
|
"revCount": 1,
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.project-cloud.net/asmir/swaysw"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.project-cloud.net/asmir/swaysw"
|
||||||
|
}
|
||||||
|
},
|
||||||
"systems": {
|
"systems": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1681028828,
|
"lastModified": 1681028828,
|
||||||
|
@ -19,6 +19,11 @@
|
|||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
swaysw = {
|
||||||
|
url = "git+https://git.project-cloud.net/asmir/swaysw";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
sops-nix = {
|
sops-nix = {
|
||||||
url = "github:Mic92/sops-nix";
|
url = "github:Mic92/sops-nix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
@ -42,6 +47,7 @@
|
|||||||
peerix,
|
peerix,
|
||||||
simple-nixos-mailserver,
|
simple-nixos-mailserver,
|
||||||
sops-nix,
|
sops-nix,
|
||||||
|
swaysw,
|
||||||
zremap,
|
zremap,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
@ -61,6 +67,7 @@
|
|||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
home-manager.useUserPackages = true;
|
home-manager.useUserPackages = true;
|
||||||
home-manager.users.akill = import ./home/home.nix;
|
home-manager.users.akill = import ./home/home.nix;
|
||||||
|
home-manager.extraSpecialArgs = {inherit inputs;};
|
||||||
}
|
}
|
||||||
peerix.nixosModules.peerix
|
peerix.nixosModules.peerix
|
||||||
{
|
{
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
|
inputs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
with lib; let
|
with lib; let
|
||||||
|
@ -1,84 +1,87 @@
|
|||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
inputs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs;
|
||||||
alejandra
|
[
|
||||||
appimage-run
|
alejandra
|
||||||
arp-scan
|
appimage-run
|
||||||
birdtray
|
arp-scan
|
||||||
blackmagic
|
birdtray
|
||||||
btop
|
blackmagic
|
||||||
cached-nix-shell
|
btop
|
||||||
caddy
|
cached-nix-shell
|
||||||
cargo
|
caddy
|
||||||
ccls
|
cargo
|
||||||
cemu
|
ccls
|
||||||
cmake
|
cemu
|
||||||
compsize
|
cmake
|
||||||
cura
|
compsize
|
||||||
deluge
|
cura
|
||||||
ffmpeg-full
|
deluge
|
||||||
firefox
|
ffmpeg-full
|
||||||
gcc
|
firefox
|
||||||
gdb
|
gcc
|
||||||
glab
|
gdb
|
||||||
glaxnimate
|
glab
|
||||||
gnumake
|
glaxnimate
|
||||||
go
|
gnumake
|
||||||
grim
|
go
|
||||||
hyperfine
|
grim
|
||||||
imagemagick
|
hyperfine
|
||||||
imv
|
imagemagick
|
||||||
jellyfin-media-player
|
imv
|
||||||
kdenlive
|
jellyfin-media-player
|
||||||
kicad
|
kdenlive
|
||||||
kodi-wayland
|
kicad
|
||||||
libnotify
|
kodi-wayland
|
||||||
libreoffice
|
libnotify
|
||||||
libva-utils
|
libreoffice
|
||||||
mediainfo
|
libva-utils
|
||||||
ncdu
|
mediainfo
|
||||||
neovide
|
ncdu
|
||||||
ngspice
|
neovide
|
||||||
nix-init
|
ngspice
|
||||||
nodePackages.peerflix
|
nix-init
|
||||||
openocd
|
nodePackages.peerflix
|
||||||
pandoc
|
openocd
|
||||||
pass
|
pandoc
|
||||||
patchelf
|
pass
|
||||||
pavucontrol
|
patchelf
|
||||||
pirate-get
|
pavucontrol
|
||||||
powertop
|
pirate-get
|
||||||
pulsemixer
|
powertop
|
||||||
python3
|
pulsemixer
|
||||||
python3Packages.west
|
python3
|
||||||
remmina
|
python3Packages.west
|
||||||
river
|
remmina
|
||||||
rtorrent
|
river
|
||||||
rustc
|
rtorrent
|
||||||
screen
|
rustc
|
||||||
seer
|
screen
|
||||||
sioyek
|
seer
|
||||||
skypeforlinux
|
sioyek
|
||||||
slurp
|
skypeforlinux
|
||||||
texlive.combined.scheme-full
|
slurp
|
||||||
thunderbird
|
texlive.combined.scheme-full
|
||||||
upx
|
thunderbird
|
||||||
waybar
|
upx
|
||||||
wdisplays
|
waybar
|
||||||
whatsapp-for-linux
|
wdisplays
|
||||||
wireshark
|
whatsapp-for-linux
|
||||||
wl-clipboard
|
wireshark
|
||||||
wlr-randr
|
wl-clipboard
|
||||||
wofi
|
wlr-randr
|
||||||
x2goclient
|
wofi
|
||||||
yewtube
|
x2goclient
|
||||||
yt-dlp
|
yewtube
|
||||||
zathura
|
yt-dlp
|
||||||
zeal-qt6
|
zathura
|
||||||
zig
|
zeal-qt6
|
||||||
zls
|
zig
|
||||||
];
|
zls
|
||||||
|
]
|
||||||
|
++ [inputs.swaysw.packages.x86_64-linux.swaysw];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user