mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
refractor
This commit is contained in:
parent
3756bbfb45
commit
04492a62c2
11 changed files with 52 additions and 40 deletions
|
|
@ -1,8 +1,7 @@
|
|||
{...}: {
|
||||
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../rime.nix
|
||||
../fonts.nix
|
||||
./fonts.nix
|
||||
./gnome-keyring.nix
|
||||
];
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
|
|
@ -47,5 +46,6 @@
|
|||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
wl-clipboard
|
||||
libnotify
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
powertop
|
||||
];
|
||||
imports = [
|
||||
./host-machine.nix
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
nil
|
||||
nixd
|
||||
libnotify
|
||||
imagemagick
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue