mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
nix: update to lockfile version
This commit is contained in:
parent
c0572e749d
commit
8f3bcec6f1
8 changed files with 107 additions and 113 deletions
|
|
@ -1,22 +1,18 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
withUWSM = false;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
inputs.caelestia-shell.packages.x86_64-linux.default
|
||||
pkgs.mako
|
||||
pkgs.rofi-wayland
|
||||
pkgs.xdg-desktop-portal-wlr
|
||||
pkgs.xdg-desktop-portal-hyprland
|
||||
pkgs.hyprpolkitagent
|
||||
pkgs.cliphist
|
||||
pkgs.grimblast
|
||||
environment.systemPackages = with pkgs; [
|
||||
caelestia-shell
|
||||
mako
|
||||
rofi
|
||||
xdg-desktop-portal-wlr
|
||||
xdg-desktop-portal-hyprland
|
||||
hyprpolkitagent
|
||||
cliphist
|
||||
grimblast
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue