mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
nix: Add sdcv
This commit is contained in:
parent
608cd05802
commit
a9d8bcb500
16 changed files with 267 additions and 112 deletions
4
nixcfgs/modules/nixos/desktop/cosmic.nix
Normal file
4
nixcfgs/modules/nixos/desktop/cosmic.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{...}: {
|
||||
services.displayManager.cosmic-greeter.enable = true;
|
||||
services.desktopManager.cosmic.enable = true;
|
||||
}
|
||||
|
|
@ -1,7 +1,22 @@
|
|||
{...}: {
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue