Skip to content

ocean-sudo/nixos-niri-noctalia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3N-DE

介绍

3N桌面 desktop environment : NixOS + Niri + Noctalia 的组合,包含:

  • NixOS​ - 声明式Linux发行版
  • Niri​ - 平铺式Wayland合成器
  • Noctalia​ - 简洁美观的Shell界面

配置文件

  • dotfiles 美化配
  • Nixos 模块配置

安装教程

  • 安装Nixos
  • 导入仓库中的nix配置文件
  • 重建系统

一行命令部署(新机)

curl -fsSL https://raw.githubusercontent.com/ocean-sudo/nixos-niri-noctalia/master/scripts/bootstrap.sh | sudo bash

可选:同步仓库内 dotfiles/ 到当前 sudo 用户家目录

curl -fsSL https://raw.githubusercontent.com/ocean-sudo/nixos-niri-noctalia/master/scripts/bootstrap.sh | sudo env SYNC_DOTFILES=1 bash

目录结构

 /etc/nixos/.
├──  configuration.nix
├──  flake.lock
├──  flake.nix
├──  hardware-configuration.nix
└──  modules
    ├──  chinese.nix
    ├──  niri.nix
    ├──  noctalia.nix
    ├──  nvidia.nix
    ├──  programs.nix
    └──  virtualization.nix
~/.
├── 󱆃 .bashrc
├──  .config
│   ├──  alacritty
│   │   ├──  alacritty.toml
│   │   └──  themes
│   ├──  btop
│   │   ├──  btop-main
│   │   ├──  btop.conf
│   │   └──  themes
│   ├──  cava
│   │   ├──  shaders
│   │   └──  themes
│   ├──  kitty
│   │   ├──  current-theme.conf
│   │   ├──  kitty.conf
│   │   └──  themes
│   ├──  niri
│   │   ├──  config.kdl
│   │   └──  noctalia.kdl
│   ├──  noctalia
│   │   ├──  colors.json
│   │   ├──  colorschemes
│   │   ├──  plugins
│   │   ├──  plugins.json
│   │   └──  settings.json
├──  .face
├──  .inputrc
├──  .vim
│   ├──  .netrwhist
│   ├──  colors
│   │   └──  gruvbox.vim
│   └──  vimrcs
├──  .viminfo
├──  .vimrc
└── ... 

使用说明

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

特技

  1. 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
  2. Gitee 官方博客 blog.gitee.com
  3. 你可以 https://gitee.com/explore 这个地址来了解 Gitee 上的优秀开源项目
  4. GVP 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
  5. Gitee 官方提供的使用手册 https://gitee.com/help
  6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 https://gitee.com/gitee-stars/

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors