mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 03:04:03 -06:00
add nix for COSMIC develpment
This commit is contained in:
parent
cb0add6183
commit
b2641c4ce4
1 changed files with 12 additions and 0 deletions
12
cosmic-dev.nix
Normal file
12
cosmic-dev.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
cargo
|
||||
pkg-config
|
||||
libxkbcommon
|
||||
rustc
|
||||
wayland
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue